Click or drag to resize
CopyDocumentSettings Class
Container for settings used when copying document.
Inheritance Hierarchy

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 10.0.0
Syntax
C#
public class CopyDocumentSettings : BaseDocumentSettings

The CopyDocumentSettings type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyCloneSKU
If set to true SKU bound to copied document will be cloned.
Public propertyCopyAttachments
Indicates whether attachments should be copied.
Public propertyCopyPermissions
Indicates if the document permissions should be copied
Public propertyCheckSiteCulture
If set to true document will be copied only if target site has assigned the culture document has.
Public propertyIncludeChildNodes
Indicates whether child nodes should be copied as well.
Public propertyNewDocumentName
New document name
Public propertyNewDocumentsGroup
Group of the new documents
Public propertyNewDocumentsOwner
Owner of the new documents
Public propertyNode
Document node to process.
(Inherited from BaseDocumentSettings.)
Public propertyProcessingChildNodes
Indicates that child nodes are being copied recursively.
Public propertyTargetNode
Target node
Public propertyTree
TreeProvider to use.
(Inherited from BaseDocumentSettings.)
Top
See Also