Class E105_TreeQueryWithRoot
TreeQuery scoped to specific root.
TreeQuery(rootId, maxDepth) - queries only within subtree.
[ExampleMeta("E105", "Tree Query - Scoped to Root", "Trees", ExampleTier.Free, 2, new string[] { "Tree", "TreeQuery", "RootId", "Pro" }, Order = 105)]
public class E105_TreeQueryWithRoot : ExampleBase
Inheritance
Inherited Members
Methods
RunAsync(IRedbService)
Run the example and return result.
public override Task<ExampleResult> RunAsync(IRedbService redb)