SPXmlContentMapProvider.GetChildNodes Method
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 SPXmlContentMapProvider
Dim node As SiteMapNode
Dim returnValue As SiteMapNodeCollection
returnValue = instance.GetChildNodes(node)
public override SiteMapNodeCollection GetChildNodes(
SiteMapNode node
)
Parameters
node
Type: System.Web.SiteMapNodeThe read-only SiteMapNodeCollection object that contains the immediate child nodes of the specified SiteMapNode object.
Return Value
Type: System.Web.SiteMapNodeCollection
Returns a SiteMapNodeCollection object.