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.40.0)
Syntax
| C# |
|---|
[FlagsAttribute] public enum NewDocFlags |
| Visual Basic |
|---|
<FlagsAttribute> _ Public Enumeration NewDocFlags |
| Visual C++ |
|---|
[FlagsAttribute] public enum class 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.