Share via


SwitchableSiteMapProvider.GetChildNodes method

This member overrides SiteMapProvider.GetChildNodes(SiteMapNode).

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

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public Overrides Function GetChildNodes ( _
    node As SiteMapNode _
) As SiteMapNodeCollection
'Usage
Dim instance As SwitchableSiteMapProvider
Dim node As SiteMapNode
Dim returnValue As SiteMapNodeCollection

returnValue = instance.GetChildNodes(node)
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public override SiteMapNodeCollection GetChildNodes(
    SiteMapNode node
)

Parameters

Return value

Type: System.Web.SiteMapNodeCollection

See also

Reference

SwitchableSiteMapProvider class

SwitchableSiteMapProvider members

Microsoft.SharePoint.Publishing.Navigation namespace