ForumPostTreeProvider Class |
Namespace: CMS.Forums
public class ForumPostTreeProvider : StaticSiteMapProvider
The ForumPostTreeProvider type exposes the following members.
Name | Description | |
---|---|---|
ForumPostTreeProvider |
Name | Description | |
---|---|---|
BuildSiteMap |
Performs the sitemap build.
(Overrides StaticSiteMapProviderBuildSiteMap.) | |
GetChildNodes |
Returns the set of child nodes for the specified node.
| |
GetNodeById |
Returns the node specified by given Node ID.
| |
GetRootNodeCore |
Returns the root sitemap node.
(Overrides SiteMapProviderGetRootNodeCore.) |
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 | |
---|---|---|
ALL_LEVELS |
All relative levels.
|
Name | Description | |
---|---|---|
BindNodeData |
Specifies if the node data (TreeNode) should be bound to the nodes.
| |
Columns |
Gets or sets the columns which should be selected.
| |
ForumID |
ForumID.
| |
MaxPostNodes |
Maximum number of forum post nodes displayed within one level of the tree.
| |
MaxRelativeLevel |
MaxRelativeLevel.
| |
OrderBy |
Order by.
| |
Path |
Path.
| |
RootNode |
Property to get Sitemap root node.
(Overrides SiteMapProviderRootNode.) | |
RootNodeLevel |
Root node level.
| |
SelectOnlyApproved |
SelectOnlyApproved.
| |
SelectPostPath |
Gets or sets the path of selected post. If this path is defined all forum posts on selected
path will be retrieved.
| |
SortPostAscending |
SortPostAscending.
| |
WhereCondition |
WhereCondition.
|