PortalSiteMapProvider.GetChildNodes Method (PortalSiteMapNode, NodeTypes, NodeTypes, NodeOrder, Boolean)
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.SharePoint.Publishing.Navigation
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Function GetChildNodes ( _
node As PortalSiteMapNode, _
includedTypes As NodeTypes, _
includedHiddenTypes As NodeTypes, _
ordering As NodeOrder, _
ascending As Boolean _
) As SiteMapNodeCollection
'Usage
Dim instance As PortalSiteMapProvider
Dim node As PortalSiteMapNode
Dim includedTypes As NodeTypes
Dim includedHiddenTypes As NodeTypes
Dim ordering As NodeOrder
Dim ascending As Boolean
Dim returnValue As SiteMapNodeCollection
returnValue = instance.GetChildNodes(node, _
includedTypes, includedHiddenTypes, _
ordering, ascending)
public SiteMapNodeCollection GetChildNodes(
PortalSiteMapNode node,
NodeTypes includedTypes,
NodeTypes includedHiddenTypes,
NodeOrder ordering,
bool ascending
)
Parameters
- includedTypes
Type: Microsoft.SharePoint.Publishing.NodeTypes
- includedHiddenTypes
Type: Microsoft.SharePoint.Publishing.NodeTypes
- ordering
Type: Microsoft.SharePoint.Publishing.NodeOrder
- ascending
Type: System.Boolean
Return Value
Type: System.Web.SiteMapNodeCollection
Returns SiteMapNodeCollection.