Click or drag to resize
NewDocFlags Enumeration
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.19.0)
Syntax
[FlagsAttribute]
public enum NewDocFlags
Members
  Member nameValueDescription
AMNEWDOC_MOVED1 Document moved by extensions.
AMNEWDOC_RENAMED2 Document renamed by extensions.
AMNEWDOC_INBATCH4 Batch operation (input flag).
AMNEWDOC_FORALL8 Skip wizard.
AMNEWDOC_NOCALCFN16 Do not calculate filename.
AMNEWDOC_NOCHANGEFPR32 Do not change the Field-Path definition.
Remarks
This enumeration overrides AMNEWDOCFLAGS defined in BlueCieloECM.AMEdmUI PIA.
See Also