TreeSiteMapProvider Class |
Namespace: CMS.CMSSiteMapProvider
public class TreeSiteMapProvider : StaticSiteMapProvider
The TreeSiteMapProvider type exposes the following members.
Name | Description | |
---|---|---|
TreeSiteMapProvider |
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.
|
Name | Description | |
---|---|---|
AsValue |
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.) | |
GetAPIString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) | |
GetString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) | |
ToBoolean |
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToDateTime |
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToDouble |
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToGuid |
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToInteger |
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToString |
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.) |
Name | Description | |
---|---|---|
mAlternativePath |
Alternative path.
| |
mBindNodeData |
Bind the node data to the nodes.
| |
mClassNames |
Class names.
| |
mCombineWithDefaultCulture |
Combine with default culture.
| |
mCultureCode |
Culture code.
| |
mCheckPermissions |
Indicates if the permissions should be checked.
| |
mMaxRelativeLevel |
Maximum relative level.
| |
mMaxTreeNodes |
Maximum number of the nodes in a level.
| |
mOrderBy |
Order by.
| |
mPath |
Path.
| |
mRootNodeLevel |
Root node level.
| |
mSelectOnlyPublished |
Select only published.
| |
mSelectPublishedData |
Select the published data.
| |
mSiteName |
Site name.
| |
mTreeProvider |
Tree provider.
| |
mUsedPath |
Used path.
| |
mWhereCondition |
Where condition.
|
Name | Description | |
---|---|---|
AlternativePath |
Property to set and get the alternative path.
| |
BindNodeData |
Specifies if the node data (TreeNode) should be bound to the nodes.
| |
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.
| |
CheckPermissions |
Indicates if the permissions should be checked.
| |
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.
| |
UsedPath |
Used alias path.
| |
WhereCondition |
Property to set and get the WhereCondition.
|