ITreeNode Interface |
Namespace: CMS.Base
public interface ITreeNode : IDataContainer, ISimpleDataContainer
The ITreeNode type exposes the following members.
Name | Description | |
---|---|---|
ClassName |
Gets the node class name.
| |
ColumnNames |
Column names.
(Inherited from IDataContainer.) | |
DocumentCulture |
Gets the document culture.
| |
DocumentID |
Gets the document ID.
| |
IsLink |
Indicates whether the document is link to another document.
| |
Item |
Gets or sets the value of the column.
(Inherited from ISimpleDataContainer.) | |
NodeAliasPath |
Gets the node alias path.
| |
NodeGUID |
Gets the node GUID.
| |
NodeID |
Gets the node ID.
| |
NodeSiteID |
Gets the node site ID.
| |
NodeSiteName |
Gets the node site name.
| |
OriginalNodeSiteID |
Gets the original node site ID. Returns NodeSiteID for standard document, LinkedNodeSiteID for linked document.
|
Name | Description | |
---|---|---|
ContainsColumn |
Returns true if the object contains specified column.
(Inherited from IDataContainer.) | |
GetDocumentName |
Gets friendly document name.
| |
GetValue |
Returns value of column.
(Inherited from ISimpleDataContainer.) | |
SetValue |
Sets value of column.
(Inherited from ISimpleDataContainer.) | |
TryGetValue |
Returns value of column.
(Inherited from IDataContainer.) |
Name | Description | |
---|---|---|
CheckRequiredColumns |
Returns true if given list of columns do not have null values in the object
(Defined by DataExtensions.) | |
HasMetadata |
Indicates if the metadata feature is turned on for given page.
(Defined by TreeNodeTypeExtensions.) | |
HasUrl |
Indicates if the URL feature is turned on for given page.
(Defined by TreeNodeTypeExtensions.) | |
IsNavigationItem |
Indicates if the navigation item feature is turned on for given page.
(Defined by TreeNodeTypeExtensions.) | |
IsProduct |
Returns true if the page represents a product.
(Defined by TreeNodeTypeExtensions.) | |
IsProductSection |
Returns true if the page stands for the product section.
(Defined by TreeNodeTypeExtensions.) | |
IsRoot |
Indicates if the given page is a root node.
(Defined by TreeNodeTypeExtensions.) | |
ToJSON |
Returns JSON representation of current instance of IDataContainer.
(Defined by DataExtensions.) | |
ToXML(XmlWriter, Boolean) | Overloaded.
Writes XML representation of current instance of IDataContainer to provided XmlWriter.
(Defined by DataExtensions.) | |
ToXML(String, Boolean) | Overloaded.
Returns XML representation of current instance of IDataContainer.
(Defined by DataExtensions.) | |
ToXML(XmlWriter, ListString, Boolean) | Overloaded.
Writes XML representation of selected columns of current instance of IDataContainer to provided XmlWriter.
(Defined by DataExtensions.) | |
UsesPageBuilder |
Indicates if the page builder feature is turned on for given page.
(Defined by TreeNodeTypeExtensions.) |