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.40.0)

Syntax

C#
[ObsoleteAttribute("This property might be removed from future versions. Use the "LockStatus", "Document.LockID" properties.")]
public LockKind GetLockInfo(
	out string lockID
)
Visual Basic
<ObsoleteAttribute("This property might be removed from future versions. Use the "LockStatus", "Document.LockID" properties.")> _
Public Function GetLockInfo ( _
	<OutAttribute> ByRef lockID As String _
) As LockKind
Visual C++
[ObsoleteAttribute(L"This property might be removed from future versions. Use the "LockStatus", "Document.LockID" properties.")]
public:
LockKind GetLockInfo(
	[OutAttribute] String^% lockID
)

Parameters

lockID
Type: System..::..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