| TreeNodeChildren Enumeration |
Used in the load options to specify the depth of children to load from the tree structure
Namespace:
Omada.OE.Model
Assembly:
Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntaxpublic enum TreeNodeChildren
Members
| Member name | Value | Description |
---|
| All | 4 | |
| None | 0 | |
| OneLevel | 1 | |
| TwoLevels | 2 | |
| ThreeLevels | 3 | |
See Also