Click or drag to resize
MoveDocumentSettings Class
Container for settings used when moving document.
Inheritance Hierarchy

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

The MoveDocumentSettings type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyKeepPermissions
Indicates if the document permissions should be kept
Public propertyNode
Document node to process.
(Inherited from BaseDocumentSettings.)
Public propertyTargetNode
Target node
Public propertyTree
TreeProvider to use.
(Inherited from BaseDocumentSettings.)
Top
See Also