PortalSiteMapNode.GetNavigationChildren Method (NodeTypes)

Specifies the main entry point to get this PortalSiteMapNode object's child navigation node.

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

Syntax

'Declaration
Public Overridable Function GetNavigationChildren ( _
    includedHiddenTypes As NodeTypes _
) As SiteMapNodeCollection
'Usage
Dim instance As PortalSiteMapNode
Dim includedHiddenTypes As NodeTypes
Dim returnValue As SiteMapNodeCollection

returnValue = instance.GetNavigationChildren(includedHiddenTypes)
public virtual SiteMapNodeCollection GetNavigationChildren(
    NodeTypes includedHiddenTypes
)

Parameters

Return Value

Type: System.Web.SiteMapNodeCollection
A SiteMapNodeCollection object containing this node's child navigation nodes.

See Also

Reference

PortalSiteMapNode Class

PortalSiteMapNode Members

GetNavigationChildren Overload

Microsoft.SharePoint.Publishing.Navigation Namespace