Class E094_TreeDescendants

Assembly: redb.Examples.dll

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

ObjectExampleBaseE094_TreeDescendants

Inherited Members

Methods

RunAsync(IRedbService)

Run the example and return result.

public override Task<ExampleResult> RunAsync(IRedbService redb)