TreeSiteMapProvider Class |
Namespace: CMS.DocumentEngine
public class TreeSiteMapProvider : StaticSiteMapProvider
The TreeSiteMapProvider type exposes the following members.
Name | Description | |
---|---|---|
TreeSiteMapProvider |
Name | Description | |
---|---|---|
BindNodeData |
Specifies if the node data (TreeNode) should be bound to the nodes.
| |
CheckPermissions |
Indicates if the permissions should be checked.
| |
ClassNames |
Property to set and get the classnames list (separated by the semicolon).
| |
CombineWithDefaultCulture |
Property to set and get the CombineWithDefaultCulture flag.
| |
CultureCode |
Property to set and get the CultureCode.
| |
MaxRelativeLevel |
Property to set and get the MaxRelativeLevel.
| |
MaxTreeNodes |
Maximum number of tree nodes displayed within the tree.
| |
OrderBy |
Property to set and get the OrderBy.
| |
Path |
Property to set and get the Path.
| |
RootNode |
Property to get Sitemap root node.
(Overrides SiteMapProviderRootNode.) | |
RootNodeLevel |
Root node level.
| |
SelectOnlyPublished |
Property to set and get the SelectOnlyPublished flag.
| |
SelectPublishedData |
If true, the published data.
| |
SiteName |
Property to set and get the SiteName.
| |
TreeProvider |
Tree provider instance used to access data. If no TreeProvider is assigned, a new TreeProvider instance is created.
| |
WhereCondition |
Property to set and get the WhereCondition.
|
Name | Description | |
---|---|---|
BuildSiteMap |
Performs the sitemap build.
(Overrides StaticSiteMapProviderBuildSiteMap.) | |
Clear |
Clean up any collections or other state that an instance of this may hold.
(Overrides StaticSiteMapProviderClear.) | |
GetChildNodes(Int32) |
Returns the set of child nodes for the specified node.
| |
GetChildNodes(Int32, Int32) |
Returns the set of child nodes for the specified node.
| |
GetNodeByAliasPath |
Returns the node by its Alias.
| |
GetNodeById |
Returns the node specified by given Node ID.
| |
GetRootNodeCore |
Returns the the root sitemap node.
(Overrides SiteMapProviderGetRootNodeCore.) | |
ReloadData |
Reloads the tree data.
|