Click or drag to resize
UniTreeProvider Class
Universal sitemap tree provider.
Inheritance Hierarchy

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
Syntax
C#
public class UniTreeProvider : StaticSiteMapProvider

The UniTreeProvider type exposes the following members.

Constructors
  NameDescription
Public methodUniTreeProvider
Constructor
Top
Properties
  NameDescription
Public propertyBindNodeData
Specifies if the node data (TreeNode) should be bound to the nodes.
Public propertyCaptionColumn
Gets or sets the name of column which contains caption of current object.
Public propertyColumns
Gets or sets the list of columns which should be selected.
Public propertyDisplayNameColumn
Gets or sets the name of column which contains display name value.
Public propertyChildCountColumn
Gets or sets the name of column which contains current object child count.
Public propertyIconClassColumn
Gets or sets the name of column which contains font icon CSS class.
Public propertyIDColumn
Gets or sets the name of column which contains object id value.
Public propertyImageColumn
Gets or sets the name of column which contains image URL value.
Public propertyLevelColumn
Gets or sets the name of column which contains current object level value.
Public propertyMaxRelativeLevel
Gets or sets the maximal nested level which should be loaded.
Public propertyObjectType
Gets or sets the name of the object.
Public propertyObjectTypeColumn
Gets or sets the column name of the object type.
Public propertyOrderBy
Gets or sets the query order by expression.
Public propertyOrderColumn
Gets or sets the name of column which contains current object order.
Public propertyParameterColumn
Gets or sets the name of column which contains additional parameter.
Public propertyParameters
Gets or sets query parametres.
Public propertyParentIDColumn
Gets or sets the name of column which contains parent id value for current object.
Public propertyPathColumn
Gets or sets the name of column which contains current object path.
Public propertyQueryName
Gets or sets the query name. if query name is specified object type is not used to data loading.
Public propertyRootLevelOffset
Specifies the root level offset.
Public propertyRootNode
Property to get Sitemap root node.
(Overrides SiteMapProviderRootNode.)
Public propertyTopN
Gets or sets the number of rows which should be selected.
Public propertyUseCustomRoots
Indicates whether using custom roots. When set to true, roots will not be obtained from DB. Default value is false.
Public propertyValueColumn
Gets or sets the name of column which contains value.
Public propertyWhereCondition
Gets or sets the query where condition.
Top
Methods
  NameDescription
Public methodBuildSiteMap
Performs the site map build and returns UniTreeNode.
(Overrides StaticSiteMapProviderBuildSiteMap.)
Public methodGetChildNodes(String)
Returns the set of child nodes for the specified node.
Public methodGetChildNodes(String, Int32)
Returns the set of child nodes for the specified node.
Public methodGetNodeByKey
Returns the UniTreeNode specified by given Node ID.
Protected methodGetRootNodeCore
Returns the root UniTreeNode.
(Overrides SiteMapProviderGetRootNodeCore.)
Public methodLoadData
Loads data with dependence on current settings Where condition
Top
See Also