Description
A McDBNodes collection of the hierarchy McDBNode children of this McDBNode.
-
Property type
-
A McDBNodes object.
-
Syntax
-
object.Children
The Children Property syntax has these parts: |
| object | An expression evaluating to an object of type McDBNode. | Remarks
McDBNode instances in an McDBDatabase are arranged in a tree hierarchy, similar to files and folders in a file system. This property provides the link upward in the tree (towards the leaves, away from the root).
Notes
Every McDBNode has a Children collection, even those for which the IsContainer property is False (i.e. attribute McDBNode instances). However, in these cases, the McDBNodes returned will always be empty.
|