Share via


BaseTableOfContentsDataSourceView.GetChildNodes method

Gets the child nodes of the specified SiteMapNode object.

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

Syntax

'Declaration
Protected Overridable Function GetChildNodes ( _
    siteMapNode As SiteMapNode _
) As SiteMapNodeCollection
'Usage
Dim siteMapNode As SiteMapNode
Dim returnValue As SiteMapNodeCollection

returnValue = Me.GetChildNodes(siteMapNode)
protected virtual SiteMapNodeCollection GetChildNodes(
    SiteMapNode siteMapNode
)

Parameters

Return value

Type: System.Web.SiteMapNodeCollection
The child nodes of the specified site map node.

See also

Reference

BaseTableOfContentsDataSourceView class

BaseTableOfContentsDataSourceView members

Microsoft.SharePoint.Publishing.WebControls namespace