WITec |
The WITecTreeNode type exposes the following members.
| Name | Description | |
|---|---|---|
| ChildNodes | Gets the child nodes of this node. | |
| Data | Gets the primitive data of this node. These are the basic types such as string, double, int, and arrays of those types. | |
| FullName | Gets the full name of the node (names from the root to this node, separated by a slash) | |
| Name | Gets the node name. | |
| Parent | Gets the parent node, or null if this is the root node. | |
| TextEncoding | Gets the text encoding that is used in WITec projects (Windows-1252). |