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