PortalSiteMapNode.HasChildNodes property

Gets a value that indicates whether this PortalSiteMapNode object has children.

Namespace:  Microsoft.SharePoint.Publishing.Navigation
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property HasChildNodes As Boolean
    Get
'Usage
Dim instance As PortalSiteMapNode
Dim value As Boolean

value = instance.HasChildNodes
public override bool HasChildNodes { get; }

Property value

Type: System.Boolean
true if children exist; otherwise, false.

See also

Reference

PortalSiteMapNode class

PortalSiteMapNode members

Microsoft.SharePoint.Publishing.Navigation namespace