Share via


BaseTableOfContentsDataSourceView.GetChildren method

Gets the children of the specified LevelElementHierarchyData object by using the properties of the view for sorting and ordering.

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

Syntax

'Declaration
Public Overrides Function GetChildren ( _
    levelElementData As LevelElementHierarchyData _
) As IHierarchicalEnumerable
'Usage
Dim instance As BaseTableOfContentsDataSourceView
Dim levelElementData As LevelElementHierarchyData
Dim returnValue As IHierarchicalEnumerable

returnValue = instance.GetChildren(levelElementData)
public override IHierarchicalEnumerable GetChildren(
    LevelElementHierarchyData levelElementData
)

Parameters

  • levelElementData
    Type: LevelElementHierarchyData

    The element for which children are to be retrieved.

Return value

Type: System.Web.UI.IHierarchicalEnumerable
The children of the specified data element.

See also

Reference

BaseTableOfContentsDataSourceView class

BaseTableOfContentsDataSourceView members

Microsoft.SharePoint.Publishing.WebControls namespace