Class E090_TreeLoad

Assembly: redb.Examples.dll

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

ObjectExampleBaseE090_TreeLoad

Inherited Members

Methods

RunAsync(IRedbService)

Run the example and return result.

public override Task<ExampleResult> RunAsync(IRedbService redb)