LockKind EnumerationMeridian Enterprise 2013 Developer's Guide | BlueCielo ECM Solutions
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.53.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