[]
Specifies the destination of nodes when they are moved with the Move(NodeMoveEnum, Node) method.
public enum NodeMoveEnum
| Name | Description |
|---|---|
| ChildOf | Make the node a child of the specified node. |
| Down | Move the node to the position after its next sibling. |
| First | Move the node to the position before its first sibling. |
| In | Move the node one level in, deeper into the outline. |
| Last | Move the node to the position after its last sibling. |
| Out | Move the node one level out, towards the root. |
| Up | Move the node to the position before its previous sibling. |