TableOfContentsDataSourceView.GetChildNodes method
Gets the child nodes of the specified PortalSiteMapNode instance.
Namespace: Microsoft.SharePoint.Publishing.WebControls
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Protected Overrides Function GetChildNodes ( _
siteMapNode As SiteMapNode _
) As SiteMapNodeCollection
'Usage
Dim siteMapNode As SiteMapNode
Dim returnValue As SiteMapNodeCollection
returnValue = Me.GetChildNodes(siteMapNode)
protected override SiteMapNodeCollection GetChildNodes(
SiteMapNode siteMapNode
)
Parameters
siteMapNode
Type: System.Web.SiteMapNodeThe site map node whose child nodes to return.
Return value
Type: System.Web.SiteMapNodeCollection
The child nodes of the specified site map node.
See also
Reference
TableOfContentsDataSourceView class