Enum CopyDestinations
Defines where the page will be copied to, and can be one of the following types.
Namespace: Dapplo.Confluence.Entities
Assembly: Dapplo.Confluence.dll
Syntax
public enum CopyDestinations
Fields
| Name | Description |
|---|---|
| ExistingPage | Page will be copied and replace the specified page |
| None | Some default value |
| ParentPage | Page will be copied as a child of the specified parent page |
| Space | Page will be copied to the specified space as a root page on the space |