Defines the possible modes of document import.
Namespace: BlueCieloECM.InnoCielo.Meridian.ScriptingAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)
Syntax
C# |
---|
[FlagsAttribute] public enum SImportFlags |
Visual Basic |
---|
<FlagsAttribute> _ Public Enumeration SImportFlags |
Visual C++ |
---|
[FlagsAttribute] public enum class 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.