Class E095_TreeMove

Assembly: redb.Examples.dll

Move node to new parent.
Demonstrates MoveObjectAsync - moves entire subtree.

[ExampleMeta("E095", "Tree Move - Relocate Node", "Trees", ExampleTier.Free, 3, new string[] { "Tree", "MoveObjectAsync", "Pro" })]
public class E095_TreeMove : ExampleBase

Inheritance

ObjectExampleBaseE095_TreeMove

Inherited Members

Methods

RunAsync(IRedbService)

Run the example and return result.

public override Task<ExampleResult> RunAsync(IRedbService redb)