TableOfContentsDataSourceView.Select Method
Entry point used for querying the data view. This method constructs the root element and then LevelElementHierarchyData objects get all child objects.
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
See Also
Reference
TableOfContentsDataSourceView Class