Click or drag to resize
SImportFlags Enumeration
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.19.0)
Syntax
[FlagsAttribute]
public enum SImportFlags
Members
  Member nameValueDescription
AS_IT_NONE0 Existing document.
AS_IT_CREATED1 Document created.
AS_IT_IMPORTED2 Batch imported.
AS_IT_SCANNED4 Document scanned.
AS_IT_BATCHSCAN8 Batch scanned.
AS_IT_COPIED16 Document copied.
AS_IT_DERIVED32 Document derived.
AS_IT_REPLACED64 Document replaced.
AS_IT_MOVED128 Document moved.
AS_IT_DOCTYPE_CHANGED256 Document type changed.
AS_IT_BRIEFCASE512 Import from briefcase.
Remarks
This enumeration overrides AS_IMPORTTYPE defined in BlueCieloECM.AMAutoSO PIA. Has the same values as ImportFlags.
See Also