Defines options to control document locking.

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

Syntax

C#
public enum LockKind
Visual Basic
Public Enumeration LockKind
Visual C++
public enum class LockKind

Members

Member nameValueDescription
AMLT_NOLOCK0 No lock set.
AMLT_THIS1 Locked against current location.
AMLT_OTHERLOCK2 Locked against other location.
AMLT_OTHERUSER3 Locked by other user.
AMLT_BRCLOCK4 Locked in briefcase.
AMLT_BRCUSER5 Locked in briefcase by other user.
AMLT_GCFLOCK6 Locked for GCF.
AMLT_PRJLOCK7 Locked for project copy.

Remarks

This enumeration overrides AMLOCKTYPE defined in BlueCieloECM.AMEdmUI PIA.

See Also