Click or drag to resize
LockKind Enumeration
Defines options to control document locking.

Namespace: BlueCieloECM.InnoCielo.Meridian.Client
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax
public enum 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.
AMLT_RNDLOCK8 Locked for rendition.
AMLT_MMRLOCK9 Locked in Master repository.
Remarks
This enumeration overrides AMLOCKTYPE defined in BlueCieloECM.AMEdmUI PIA.
See Also