Class E093_TreePath

Assembly: redb.Examples.dll

Get path from node to root.
Builds breadcrumbs: Team > Department > Office > TechCorp.

[ExampleMeta("E093", "Tree Path - Breadcrumbs", "Trees", ExampleTier.Free, 2, new string[] { "Tree", "GetPathToRootAsync", "Breadcrumbs", "Pro" })]
public class E093_TreePath : ExampleBase

Inheritance

ObjectExampleBaseE093_TreePath

Inherited Members

Methods

RunAsync(IRedbService)

Run the example and return result.

public override Task<ExampleResult> RunAsync(IRedbService redb)