ImportFlags EnumerationMeridian Enterprise 2013 Developer's Guide | BlueCielo ECM Solutions
Defines options to control document import.

Namespace: BlueCieloECM.InnoCielo.Meridian.Client
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.53.0)
Syntax

[FlagsAttribute]
public enum ImportFlags
Members

  Member nameValueDescription
AMIMPORT_NONE0 Existing document.
AMIMPORT_CREATENEW1 Create single document.
AMIMPORT_FILES2 Batch import multiple files.
AMIMPORT_SCAN4 Scan single document.
AMIMPORT_MULTYSCAN8 Scan multiple documents.
AMIMPORT_COPY16 Copy document.
AMIMPORT_DERIVE32 Derive document.
AMIMPORT_REPLACE64 Replace document.
AMIMPORT_MOVE128 Move document.
AMIMPORT_CHANGE_DOCTYPE256 Change document's type.
AMIMPORT_BRIEFCASE512 Import from briefcase.
Remarks

This enumeration overrides AMIMPORT_TYPE defined in BlueCieloECM.AMEdmUI PIA.
See Also