Defines options for document creation.
Namespace:
BlueCieloECM.InnoCielo.Meridian.Client
Assembly:
BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax [FlagsAttribute]
public enum NewDocFlags
<FlagsAttribute>
Public Enumeration 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
This enumeration overrides AMNEWDOCFLAGS
defined in BlueCieloECM.AMEdmUI PIA.
See Also