Class E103_TreeIsAncestor

Assembly: redb.Examples.dll

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

ObjectExampleBaseE103_TreeIsAncestor

Inherited Members

Methods

RunAsync(IRedbService)

Run the example and return result.

public override Task<ExampleResult> RunAsync(IRedbService redb)