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.53.0)
Syntax
[FlagsAttribute] public enum 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
See Also