Defines an option to control the document copy process.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.53.0)
Syntax
[FlagsAttribute] public enum DocumentCopyFlags
Members
Member name | Value | Description | |
---|---|---|---|
eDefault | 0 | Specifies no flag. | |
eIgnoreCopyWithParent | 1 | Ignore CopyWithParent property. | |
eMasterProjectCopy | 2 | Create MasterProjectCopy reference from the document copy to the source document. | |
eUnchangedCopy | 4 | Create copy in Unchanged state. |
Remarks
See Also