PortalHierarchyData.IHierarchyData.HasChildren Property
Gets a value that indicates whether the current PortalSiteMapNode object has any child nodes.
Namespace: Microsoft.SharePoint.Publishing.Navigation
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Private ReadOnly Property HasChildren As Boolean
Implements IHierarchyData.HasChildren
Get
'Usage
Dim instance As PortalHierarchyData
Dim value As Boolean
value = CType(instance, IHierarchyData).HasChildren
boolIHierarchyData.HasChildren { get; }
Property Value
Type: System.Boolean
True if the node has children; otherwise, False.