BCDocumentUI GetLockInfo Method Meridian Enterprise 2013 Developer's Guide | BlueCielo ECM Solutions
Returns the lock state of the document.

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

[ObsoleteAttribute("This property might be removed from future versions. Use the "LockStatus", "Document.LockID" properties.")]
public LockKind GetLockInfo(
	out string lockID
)

Parameters

lockID
Type: OnlineSystem String 
The LockID property value of the document.

Return Value

The lock state of the document.
Remarks

This property might be removed from future versions. Use the LockStatus, LockID properties.
See Also