Class E109_TreeToRootList

Assembly: redb.Examples.dll

ToRootListAsync - get full tree structure.
Returns root nodes with Children populated recursively.

[ExampleMeta("E109", "Tree Query - ToRootListAsync", "Trees", ExampleTier.Free, 3, new string[] { "Tree", "ToRootListAsync", "FullTree", "Pro" }, Order = 109)]
public class E109_TreeToRootList : ExampleBase

Inheritance

ObjectExampleBaseE109_TreeToRootList

Inherited Members

Methods

RunAsync(IRedbService)

Run the example and return result.

public override Task<ExampleResult> RunAsync(IRedbService redb)