| ObjectTypeTreeNode Class |
Namespace: CMS.DataEngine
public class ObjectTypeTreeNode
The ObjectTypeTreeNode type exposes the following members.
| Name | Description | |
|---|---|---|
| ObjectTypeTreeNode(String, Boolean) |
Constructor which creates group tree node
| |
| ObjectTypeTreeNode(String, ObjectTreeLocation, Boolean) |
Constructor which creates the tree node from location
|
| Name | Description | |
|---|---|---|
| Active |
Indicates if actual node is Active.
| |
| ChildNodes |
List of child nodes of actual node.
| |
| Expand |
Indicates if actual node is expanded.
| |
| Group |
Group where belongs actual node.
| |
| Key |
Node key
| |
| Main |
Indicates if actual node is main.
| |
| Module |
Module where belongs actual node.
| |
| ObjectType |
Object type of actual node.
| |
| ParentNode |
Parent node of actual node.
| |
| Site |
Indicates if actual node belongs to site.
| |
| SortChildren |
If true, children of this node are sorted
|
| Name | Description | |
|---|---|---|
| AddGroup |
Creates a new empty object type tree. Returns identity
| |
| AddObjectType |
Creates a new empty object type tree. Returns identity
| |
| EnsureNode |
Ensures node with the given relative path
| |
| FindNode(String, Boolean) |
Find the node with matching object type.
| |
| FindNode(String, Boolean, ObjectTypeTreeNode) |
Find the node with matching object type.
| |
| GetObjectTypes |
Returns all object types of given node or child tree separated by semicolon.
| |
| NewObjectTree |
Creates a new empty object type tree
| |
| RemoveNode |
Find the node with matching object type.
|