Class E094_TreeDescendants
Get all descendants of a node.
Returns all children, grandchildren, etc. recursively.
[ExampleMeta("E094", "Tree Descendants - All", "Trees", ExampleTier.Free, 2, new string[] { "Tree", "GetDescendantsAsync", "Recursive", "Pro" })]
public class E094_TreeDescendants : ExampleBase
Inheritance
Inherited Members
Methods
RunAsync(IRedbService)
Run the example and return result.
public override Task<ExampleResult> RunAsync(IRedbService redb)