TableOfContentsDataSourceView Members
Include Protected Members
Include Inherited Members
Provides the view for the TableOfContentsDataSource.
The TableOfContentsDataSourceView type exposes the following members.
Constructors
Name | Description | |
---|---|---|
TableOfContentsDataSourceView |
Top
Properties
Name | Description | |
---|---|---|
AnchorWeb | Site in the collection to start pulling sites and pages from. | |
HeaderTemplate | Style to use to display the header text. (Inherited from LevelHierarchyDataSourceView.) | |
HeaderText | Text to display as a header above the contents of the data. (Inherited from LevelHierarchyDataSourceView.) | |
IncludeContentFromStartingLocation | Determines whether to include the starting site and pages in that site. | |
IncludeHiddenPages | Determines whether to include pages that are hidden from navigation. | |
IncludeHiddenWebs | Determines whether to include sites that are hidden from navigation. | |
Level1StyleTemplate | Style to use to display items in the first level. (Inherited from LevelHierarchyDataSourceView.) | |
Level2StyleTemplate | Style to use to display items in the second level. (Inherited from LevelHierarchyDataSourceView.) | |
Level3StyleTemplate | Style to use to display items in the third level. (Inherited from LevelHierarchyDataSourceView.) | |
NumColumns | Number of columns used to render Levels. (Inherited from LevelHierarchyDataSourceView.) | |
NumLevels | Number of levels for which to get data. (Inherited from LevelHierarchyDataSourceView.) | |
ShowPages | Determines whether to show pages. | |
SortPagesBy | Determines a sort order for the pages. | |
SortPagesByDirection | Determines a sort direction for the page sort order. | |
SortWebsBy | Determines a sort order for the sites. | |
SortWebsByDirection | Determines a sort direction for the site sort order. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetChildren | Gets the collection of children that are passed in LevelElement, using the properties of the view for sorting and ordering. (Overrides LevelHierarchyDataSourceView.GetChildren(LevelElementHierarchyData).) | |
GetHashCode | (Inherited from Object.) | |
GetRootLevelElements | Gets the first level of LevelElements. These elements are child elements of the root node. (Overrides LevelHierarchyDataSourceView.GetRootLevelElements(RootElementData).) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Select | Entry point used for querying the data view. This method constructs the root element and then LevelElementHierarchyData objects get all child objects. (Overrides HierarchicalDataSourceView.Select().) | |
ToString | (Inherited from Object.) |
Top