Class CopyPageRequestDestination
Defines where the page is copied to
Inheritance
System.Object
CopyPageRequestDestination
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dapplo.Confluence.Entities
Assembly: Dapplo.Confluence.dll
Syntax
[JsonObject]
public class CopyPageRequestDestination
Properties
| Improve this Doc View SourceDestinationType
If set to true, attachments are copied to the destination page.
Declaration
[JsonProperty("type")]
[JsonConverter(typeof(StringEnumConverter))]
public CopyDestinations DestinationType { get; set; }
Property Value
Type | Description |
---|---|
CopyDestinations |
Value
The space key for space type, and content id for parent_page and existing_page
Declaration
[JsonProperty("value")]
public string Value { get; set; }
Property Value
Type | Description |
---|---|
System.String |