Returns the lock state of the document.
Namespace: BlueCieloECM.InnoCielo.Meridian.ClientAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.53.0)
[ObsoleteAttribute("This property might be removed from future versions. Use the "LockStatus", "Document.LockID" properties.")]
public LockKind GetLockInfo(
out string lockID
)
[ObsoleteAttribute("This property might be removed from future versions. Use the "LockStatus", "Document.LockID" properties.")]
public LockKind GetLockInfo(
out string lockID
)
<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
<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
public:
[ObsoleteAttribute(L"This property might be removed from future versions. Use the "LockStatus", "Document.LockID" properties.")]
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.
This property might be removed from future versions.
Use the
LockStatus,
LockID properties.