Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the child nodes of a specified SiteMapNode object.
Namespace: Microsoft.SharePoint.Navigation
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Overrides Function GetChildNodes ( _
node As SiteMapNode _
) As SiteMapNodeCollection
'Usage
Dim instance As SPNavigationProvider
Dim node As SiteMapNode
Dim returnValue As SiteMapNodeCollection
returnValue = instance.GetChildNodes(node)
public override SiteMapNodeCollection GetChildNodes(
SiteMapNode node
)
Parameters
node
Type: System.Web.SiteMapNodeThe SiteMapNode object for which to retrieve all child nodes.
Return Value
Type: System.Web.SiteMapNodeCollection
Returns a read-only SiteMapNodeCollection object that contains the immediate child nodes of the specified SiteMapNode object.