Click or drag to resize
BCDocumentUIGetLockInfo Method

Note: This API is now obsolete.

Returns the lock state of the document.

Namespace: BlueCieloECM.InnoCielo.Meridian.Client
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.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: SystemString
The LockID property value of the document.

Return Value

Type: LockKind
The lock state of the document.
Remarks
This property might be removed from future versions. Use the LockStatus, LockID properties.
See Also