AddChild | Adds a new sub-node to the current node. |
RemoveChild | Removes the specified sub-node from the current node. |
CanAddChild | Checks if sub-nodes can be added to the current node. |
Child | Gets the specified sub-node. |
Children | The list of CustomizationListNode objects that are sub-nodes of the current node. |
ChildrenCount | The number of sub-nodes under the node. |
Deleted | If true, the node is marked for deletion, but the deletion is not yet committed. |
Father | Gets the CustomizationListNode object representing the current node's parent node, or sets a new father, thereby moving the node. |
List | The CustomizationList object that contains the current node. |
Name | The current node name. |
Order | The order number of the node within its siblings. |
ReadOnly | Checks if the current node is read-only. |
Updated | Indicates if the node was modified since it was loaded from the server. |