Click or drag to resize
TreeSiteMapNode Class
Site map node for the CMS tree sitemap structure.
Inheritance Hierarchy
SystemObject
  System.WebSiteMapNode
    CMS.CMSSiteMapProviderTreeSiteMapNode

Namespace: CMS.CMSSiteMapProvider
Assembly: CMS.CMSSiteMapProvider (in CMS.CMSSiteMapProvider.dll) Version: 9.0.0
Syntax
C#
public class TreeSiteMapNode : SiteMapNode, 
	IDataContainer, ISimpleDataContainer

The TreeSiteMapNode type exposes the following members.

Constructors
Fields
  NameDescription
Protected fieldmChildNodesLoaded
True if child nodes has been already loaded for this node.
Protected fieldmNodeData
Node data.
Protected fieldmTreeNode
Tree node.
Protected fieldmTreeProvider
Tree provider object to use for the database access.
Top
Properties
  NameDescription
Public propertyColumnNames
Column names.
Public propertyChildNodesLoaded
Flag saying whether the child nodes are already loaded to the node.
Public propertyNodeData
Property to get and set the inner data.
Public propertyTreeNode
Property to get and set the inner TreeNode.
Public propertyTreeProvider
Tree provider instance used to access data. If no TreeProvider is assigned, a new TreeProvider instance is created.
Top
Methods
  NameDescription
Public methodContainsColumn
Returns true if the object contains specified column.
Public methodGetValue
Returns value of column.
Public methodSetValue
Sets value of column.
Public methodTryGetValue
Returns value of column.
Top
Extension Methods
  NameDescription
Public Extension MethodCopyTo
Copies the data of specified columns of the source object to the target object.
(Defined by DataExtensions.)
Public Extension MethodCheckRequiredColumns
Returns true if given list of columns do not have null values in the object
(Defined by DataExtensions.)
Public Extension MethodToJSON
Returns JSON representation of current instance of IDataContainer.
(Defined by DataExtensions.)
Public Extension MethodToXML
Returns XML representation of current instance of IDataContainer.
(Defined by DataExtensions.)
Top
See Also