Class E103_TreeIsAncestor
Check if node is ancestor of another.
IsAncestorOfAsync - checks if this node is parent/grandparent of target.
[ExampleMeta("E103", "Tree - IsAncestorOf", "Trees", ExampleTier.Free, 2, new string[] { "Tree", "IsAncestorOfAsync", "Pro" }, Order = 103)]
public class E103_TreeIsAncestor : ExampleBase
Inheritance
Inherited Members
Methods
RunAsync(IRedbService)
Run the example and return result.
public override Task<ExampleResult> RunAsync(IRedbService redb)