TableOfContentsDataSourceView Members
Include Protected Members
Include Inherited Members
Provides the view for the TableOfContentsDataSource object.
The TableOfContentsDataSourceView type exposes the following members.
Constructors
Name | Description | |
---|---|---|
TableOfContentsDataSourceView | Initializes a new instance of the TableOfContentsDataSourceView object. |
Top
Properties
Name | Description | |
---|---|---|
AnchorWeb | Gets or sets the site in the collection to start pulling sites and pages from. | |
HeaderTemplate | Gets or sets the style to use to display the header text. (Inherited from LevelHierarchyDataSourceView.) | |
HeaderText | Gets or sets the text to display as a header above the contents of the data. (Inherited from LevelHierarchyDataSourceView.) | |
IncludeContentFromStartingLocation | Gets or sets a value that indicates whether to include the starting site and pages in that site. | |
IncludeHiddenPages | Gets or sets a value that indicates whether to include pages that are hidden from navigation. | |
IncludeHiddenWebs | Gets or sets a value that indicates whether to include sites that are hidden from navigation. | |
Level1StyleTemplate | Gets or sets the style to use to display items in the first level. (Inherited from LevelHierarchyDataSourceView.) | |
Level2StyleTemplate | Gets or sets the style to use to display items in the second level. (Inherited from LevelHierarchyDataSourceView.) | |
Level3StyleTemplate | Gets or sets the style to use to display items in the third level. (Inherited from LevelHierarchyDataSourceView.) | |
NumColumns | Gets or sets the number of columns used to render Levels. (Inherited from LevelHierarchyDataSourceView.) | |
NumLevels | Gets or sets the number of levels for which to get data. (Inherited from LevelHierarchyDataSourceView.) | |
ShowPages | Gets or sets a value that indicates whether to show pages. | |
SortPagesBy | Gets or sets an enumeration value that specifies a sort order for the pages. | |
SortPagesByDirection | Gets or sets an enumeration value that specifies a sort direction for the page sort order. | |
SortWebsBy | Gets or sets an enumeration value that specifies a sort order for the sites. | |
SortWebsByDirection | Gets or sets an enumeration value that specifies 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 child objects filtered by the properties of the view for sorting and ordering. (Overrides LevelHierarchyDataSourceView.GetChildren(LevelElementHierarchyData).) | |
GetHashCode | (Inherited from Object.) | |
GetRootLevelElements | Gets the first-level 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. (Overrides HierarchicalDataSourceView.Select().) | |
ToString | (Inherited from Object.) |
Top