SPNavigationProvider.GetChildNodes method

Retrieves the child nodes of a specified SiteMapNode object.

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

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

Return value

Type: System.Web.SiteMapNodeCollection
Returns a read-only SiteMapNodeCollection object that contains the immediate child nodes of the specified SiteMapNode object.

See also

Reference

SPNavigationProvider class

SPNavigationProvider members

Microsoft.SharePoint.Navigation namespace

System.Web.SiteMapNode

System.Web.SiteMapNodeCollection