ProxySiteMapNode.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 Overrides Function GetNavigationChildren ( _
includedHiddenTypes As NodeTypes _
) As SiteMapNodeCollection
'Usage
Dim instance As ProxySiteMapNode
Dim includedHiddenTypes As NodeTypes
Dim returnValue As SiteMapNodeCollection
returnValue = instance.GetNavigationChildren(includedHiddenTypes)
public override SiteMapNodeCollection GetNavigationChildren(
NodeTypes includedHiddenTypes
)
Parameters
includedHiddenTypes
Type: Microsoft.SharePoint.Publishing.NodeTypesA NodeTypes object representing the node types to return even if the nodes are hidden.
Return Value
Type: System.Web.SiteMapNodeCollection
See Also
Reference
GetNavigationChildren Overload