Defines options to control document import.
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 ImportFlags
<FlagsAttribute>
Public Enumeration ImportFlags
Members
| Member name | Value | Description |
---|
| AMIMPORT_NONE | 0 |
Existing document.
|
| AMIMPORT_CREATENEW | 1 |
Create single document.
|
| AMIMPORT_FILES | 2 |
Batch import multiple files.
|
| AMIMPORT_SCAN | 4 |
Scan single document.
|
| AMIMPORT_MULTYSCAN | 8 |
Scan multiple documents.
|
| AMIMPORT_COPY | 16 |
Copy document.
|
| AMIMPORT_DERIVE | 32 |
Derive document.
|
| AMIMPORT_REPLACE | 64 |
Replace document.
|
| AMIMPORT_MOVE | 128 |
Move document.
|
| AMIMPORT_CHANGE_DOCTYPE | 256 |
Change document's type.
|
| AMIMPORT_BRIEFCASE | 512 |
Import from briefcase.
|
Remarks
This enumeration overrides AMIMPORT_TYPE
defined in BlueCieloECM.AMEdmUI PIA.
See Also