Overload | Description |
---|---|
GetDescendants() | Gets a list, which contains the descendants of this node. |
GetDescendants(NSchema) | Gets a list, which contains the descendants of this node that are of the specified schema. If no descendants of the given schema are found, the returned list is empty. |
GetDescendants(INFilter<NNode>) | Gets a list, which contains the descendants of this node, which satisfy the specified filter |