Class E102_TreeIsDescendant

Assembly: redb.Examples.dll

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

ObjectExampleBaseE102_TreeIsDescendant

Inherited Members

Methods

RunAsync(IRedbService)

Run the example and return result.

public override Task<ExampleResult> RunAsync(IRedbService redb)