TableOfContentsDataSource members
A LevelHierarchyDataSource that is used to gather data for the TableOfContentsWebPart.
The TableOfContentsDataSource type exposes the following members.
Constructors
Name | Description | |
---|---|---|
TableOfContentsDataSource() | Initializes a new instance of the TableOfContentsDataSource object. | |
TableOfContentsDataSource(PortalSiteMapProvider) | Initializes a new instance of the TableOfContentsDataSource object by using the specified PortalSiteMapProvider instance. |
Top
Properties
Name | Description | |
---|---|---|
Adapter | (Inherited from Control.) | |
AnchorWeb | Gets or sets the URL from which to start gathering data. (Inherited from BaseTableOfContentsDataSource.) | |
AppRelativeTemplateSourceDirectory | (Inherited from Control.) | |
BindingContainer | (Inherited from Control.) | |
ChildControlsCreated | (Inherited from Control.) | |
ClientID | (Inherited from HierarchicalDataSourceControl.) | |
ClientIDMode | (Inherited from HierarchicalDataSourceControl.) | |
ClientIDSeparator | (Inherited from Control.) | |
Context | (Inherited from Control.) | |
Controls | (Inherited from HierarchicalDataSourceControl.) | |
DataItemContainer | (Inherited from Control.) | |
DataKeysContainer | (Inherited from Control.) | |
DesignMode | (Inherited from Control.) | |
EnableTheming | (Inherited from HierarchicalDataSourceControl.) | |
EnableViewState | (Inherited from Control.) | |
Events | (Inherited from Control.) | |
HasChildViewState | (Inherited from Control.) | |
HeaderTemplate | Gets or sets the style used to display the header text. (Inherited from LevelHierarchyDataSource.) | |
HeaderText | Gets or sets the text to display as a header above the contents of the data. (Inherited from LevelHierarchyDataSource.) | |
ID | (Inherited from Control.) | |
IdSeparator | (Inherited from Control.) | |
IncludeContentFromStartingLocation | Gets or sets a value that indicates whether to include the starting site map node as the root site map node in the site map view. (Inherited from BaseTableOfContentsDataSource.) | |
IncludeHiddenPages | Gets or sets whether to include pages that are hidden from navigation. | |
IncludeHiddenWebs | Gets or sets whether to include sites that are hidden from navigation. | |
IsChildControlStateCleared | (Inherited from Control.) | |
IsTrackingViewState | (Inherited from Control.) | |
IsViewStateEnabled | (Inherited from Control.) | |
Level1StyleTemplate | Gets or sets the style used to display items in the first-level data. (Inherited from LevelHierarchyDataSource.) | |
Level2StyleTemplate | Gets or sets the style used to display items in the second-level data style template. (Inherited from LevelHierarchyDataSource.) | |
Level3StyleTemplate | Gets or sets the style used to display items in the third-level data. (Inherited from LevelHierarchyDataSource.) | |
LoadViewStateByID | (Inherited from Control.) | |
NamingContainer | (Inherited from Control.) | |
NumColumns | Gets or sets the number of columns used to render levels. (Inherited from LevelHierarchyDataSource.) | |
NumLevels | Gets or sets the number of levels to get data for. (Inherited from LevelHierarchyDataSource.) | |
Page | (Inherited from Control.) | |
Parent | (Inherited from Control.) | |
Provider | Gets the current instance of the SiteMapProvider object. (Inherited from BaseTableOfContentsDataSource.) | |
RenderingCompatibility | (Inherited from Control.) | |
ShowPages | Gets or sets whether to show pages. | |
Site | (Inherited from Control.) | |
SkinID | (Inherited from HierarchicalDataSourceControl.) | |
SortPagesBy | Gets or sets a sort order for the pages. | |
SortPagesByDirection | Gets and sets a sort direction for the page sort order. | |
SortWebsBy | Gets and sets a sort order for the sites. | |
SortWebsByDirection | Gets and sets a sort direction for the site sort order. | |
TemplateControl | (Inherited from Control.) | |
TemplateSourceDirectory | (Inherited from Control.) | |
TocView | Gets the associated BaseTableOfContentsDataSourceView object. (Inherited from BaseTableOfContentsDataSource.) | |
UniqueID | (Inherited from Control.) | |
ViewState | (Inherited from Control.) | |
ViewStateIgnoresCase | (Inherited from Control.) | |
ViewStateMode | (Inherited from Control.) | |
Visible | (Inherited from HierarchicalDataSourceControl.) |
Top
Methods
Top
Events
Name | Description | |
---|---|---|
DataBinding | (Inherited from Control.) | |
DataSourceChanged | Adds or removes an event handler when the data source changes. (Inherited from LevelHierarchyDataSource.) | |
Disposed | (Inherited from Control.) | |
Init | (Inherited from Control.) | |
Load | (Inherited from Control.) | |
PreRender | (Inherited from Control.) | |
Unload | (Inherited from Control.) |
Top
Explicit interface implementations
Name | Description | |
---|---|---|
IParserAccessor.AddParsedSubObject | (Inherited from Control.) | |
IControlBuilderAccessor.ControlBuilder | (Inherited from Control.) | |
IDataBindingsAccessor.DataBindings | (Inherited from Control.) | |
IHierarchicalDataSource.DataSourceChanged | (Inherited from HierarchicalDataSourceControl.) | |
IExpressionsAccessor.Expressions | (Inherited from Control.) | |
IControlDesignerAccessor.GetDesignModeState | (Inherited from Control.) | |
IHierarchicalDataSource.GetHierarchicalView | (Inherited from HierarchicalDataSourceControl.) | |
IDataBindingsAccessor.HasDataBindings | (Inherited from Control.) | |
IExpressionsAccessor.HasExpressions | (Inherited from Control.) | |
IControlDesignerAccessor.SetDesignModeState | (Inherited from Control.) | |
IControlDesignerAccessor.SetOwnerControl | (Inherited from Control.) | |
IControlDesignerAccessor.UserData | (Inherited from Control.) |
Top