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
- includedHiddenTypes
Type: Microsoft.SharePoint.Publishing.NodeTypes
Specifies which node types to return even if the nodes are hidden.
Return Value
Type: System.Web.SiteMapNodeCollection
A SiteMapNodeCollection object containing this node's child navigation nodes.