Defines the details of importing documents.

Namespace: BlueCieloECM.InnoCielo.Meridian.Scripting
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)

Syntax

C#
[FlagsAttribute]
public enum SImportDetailsFlags
Visual Basic
<FlagsAttribute> _
Public Enumeration SImportDetailsFlags
Visual C++
[FlagsAttribute]
public enum class SImportDetailsFlags

Members

Member nameValueDescription
AS_ID_NODETAILS0 No details.
AS_ID_COPYDOC1 PowerUser: Copy Document.
AS_ID_COPYWITHREFS257 PowerUser: Copy with References.
AS_ID_DERIVEDOC2 PowerUser: Derive Document.
AS_ID_DERIVEWITHREFS258 PowerUser: Derive With References.
AS_ID_INVENTORDERIVE259 Inventor: InnoCielo Derive.
AS_ID_REPLACEDOC4 PowerUser: Replace.
AS_ID_INVENTORREPLACE261 Inventor: InnoCielo Replace.
AS_ID_CREATEPROJCOPY6 PowerUser: Create Project Copy.
AS_ID_COPYTOPROJECT7 PowerUser: Copy to Project.
AS_ID_WITHREFS256 Operation with references.
AS_ID_RELEASETOMASTER8 PowerUser: Release to Master.
AS_ID_CREATEPROJCOPYWLOCK9 PowerUser: Create Project Copy with Lock.

Remarks

This enumeration overrides AS_IMPORTDETAILS defined in BlueCieloECM.AMAutoSO PIA. Has the same values as ImportDetailsFlags.

See Also