TableOfContentsDataSourceView.GetChildren method

Gets the collection of child objects filtered by 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 TableOfContentsDataSourceView
Dim levelElementData As LevelElementHierarchyData
Dim returnValue As IHierarchicalEnumerable

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

Parameters

  • levelElementData
    Type: LevelElementHierarchyData

    The element-level hierarchy data.

Return value

Type: System.Web.UI.IHierarchicalEnumerable

See also

Reference

TableOfContentsDataSourceView class

TableOfContentsDataSourceView members

Microsoft.SharePoint.Publishing.WebControls namespace