View Source
Class CopyDocumentRequestModel
Inheritance
System.Object
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
public class CopyDocumentRequestModel
Properties
View Source
IncludeDescendants
Declaration
public bool IncludeDescendants { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
RelateToOriginal
Declaration
public bool RelateToOriginal { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
Target
Declaration
public ReferenceByIdModel Target { get; set; }
Property Value