Class E102_TreeIsDescendant
Check if node is descendant of another.
IsDescendantOfAsync - optimized check without loading full tree.
[ExampleMeta("E102", "Tree - IsDescendantOf", "Trees", ExampleTier.Free, 2, new string[] { "Tree", "IsDescendantOfAsync", "Pro" }, Order = 102)]
public class E102_TreeIsDescendant : ExampleBase
Inheritance
Inherited Members
Methods
RunAsync(IRedbService)
Run the example and return result.
public override Task<ExampleResult> RunAsync(IRedbService redb)