ITreeNode Methods |
The ITreeNode type exposes the following members.
Name | Description | |
---|---|---|
![]() | ContainsColumn |
Returns true if the object contains specified column.
(Inherited from IDataContainer.) |
![]() | GetUsedPageTemplateId |
Gets the page template id used by this document.
|
![]() | 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.) |
![]() | IsFile |
Returns true if the given document is a file node
(Defined by TreeNodeTypeExtensions.) |
![]() | IsFolder |
Returns true if the given document is a folder node
(Defined by TreeNodeTypeExtensions.) |
![]() | IsRoot |
Returns true if the given document 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.) |