Class E090_TreeLoad
Load full tree with LoadTreeAsync.
Requires E089 to run first (creates tree data).
Loads entire hierarchy from root with specified depth.
[ExampleMeta("E090", "Tree Load - Full Hierarchy", "Trees", ExampleTier.Free, 2, new string[] { "Tree", "LoadTreeAsync", "Hierarchy", "Pro" }, Order = 90, RelatedApis = new string[] { "IRedbService.LoadTreeAsync", "TreeRedbObject" })]
public class E090_TreeLoad : ExampleBase
Inheritance
Inherited Members
Methods
RunAsync(IRedbService)
Run the example and return result.
public override Task<ExampleResult> RunAsync(IRedbService redb)