Defines options for document creation.
Namespace: BlueCieloECM.InnoCielo.Meridian.ClientAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.53.0)
Syntax
[FlagsAttribute] public enum NewDocFlags
Members
Member name | Value | Description | |
---|---|---|---|
AMNEWDOC_MOVED | 1 | Document moved by extensions. | |
AMNEWDOC_RENAMED | 2 | Document renamed by extensions. | |
AMNEWDOC_INBATCH | 4 | Batch operation (input flag). | |
AMNEWDOC_FORALL | 8 | Skip wizard. | |
AMNEWDOC_NOCALCFN | 16 | Do not calculate filename. | |
AMNEWDOC_NOCHANGEFPR | 32 | Do not change the Field-Path definition. |
Remarks
See Also