ListDescendants

Description

Returns a comma-delimited list of the names of the current node’s descendants.

Syntax

ListDescendants(): String 

Example

ListDescendants()

If A, B, C, and D are children of Z, Z is a child of Y, and the current node is Y, then the return value is Z, A, B, C, D.