Enum Positions
Positions which are used to describe where content is moved to
Namespace: Dapplo.Confluence.Entities
Assembly: Dapplo.Confluence.dll
Syntax
public enum Positions
Fields
| Name | Description |
|---|---|
| After | Move the page under the same parent as the target, after the target in the list of children |
| Append | Move the page to be a child of the target |
| Before | Move the page under the same parent as the target, before the target in the list of children |