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 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: LevelElementHierarchyDataThe element-level hierarchy data.
Return Value
Type: System.Web.UI.IHierarchicalEnumerable
See Also
Reference
TableOfContentsDataSourceView Class