Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the collection of children that are passed in LevelElement, 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 TableOfContentsDataSourceView
Dim levelElementData As LevelElementHierarchyData
Dim returnValue As IHierarchicalEnumerable
returnValue = instance.GetChildren(levelElementData)
public override IHierarchicalEnumerable GetChildren(
LevelElementHierarchyData levelElementData
)
Parameters
- levelElementData
Type: LevelElementHierarchyData
Return Value
Type: System.Web.UI.IHierarchicalEnumerable
See Also
Reference
TableOfContentsDataSourceView Class