Description
Returns a comma-delimited list of the names of the current node’s immediate children.
Syntax
ListChildren(): String
Example
ListChildren()
If A, B, C, and D are children of Z and the current node is Z, then the return value is A, B, C, D.