Share via


TableOfContentsDataSourceView.Select Method

Entry point used for querying the data view.

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

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public Overrides Function Select As IHierarchicalEnumerable
'Usage
Dim instance As TableOfContentsDataSourceView
Dim returnValue As IHierarchicalEnumerable

returnValue = instance.Select()
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public override IHierarchicalEnumerable Select()

Return Value

Type: System.Web.UI.IHierarchicalEnumerable
This method constructs the root element and then LevelElementHierarchyData objects get all child objects.

See Also

Reference

TableOfContentsDataSourceView Class

TableOfContentsDataSourceView Members

Microsoft.SharePoint.Publishing.WebControls Namespace