Defines the possible modes of document import.
Namespace:
BlueCieloECM.InnoCielo.Meridian.Scripting
Assembly:
BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax [FlagsAttribute]
public enum SImportFlags
<FlagsAttribute>
Public Enumeration SImportFlags
Members
| Member name | Value | Description |
---|
| AS_IT_NONE | 0 |
Existing document.
|
| AS_IT_CREATED | 1 |
Document created.
|
| AS_IT_IMPORTED | 2 |
Batch imported.
|
| AS_IT_SCANNED | 4 |
Document scanned.
|
| AS_IT_BATCHSCAN | 8 |
Batch scanned.
|
| AS_IT_COPIED | 16 |
Document copied.
|
| AS_IT_DERIVED | 32 |
Document derived.
|
| AS_IT_REPLACED | 64 |
Document replaced.
|
| AS_IT_MOVED | 128 |
Document moved.
|
| AS_IT_DOCTYPE_CHANGED | 256 |
Document type changed.
|
| AS_IT_BRIEFCASE | 512 |
Import from briefcase.
|
Remarks
This enumeration overrides
AS_IMPORTTYPE
defined in
BlueCieloECM.AMAutoSO PIA.
Has the same values as
ImportFlags.
See Also