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.111.0)
Syntax [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
Parameters
- lockID
- Type: SystemString
The LockID property value of the document.
Return Value
Type:
LockKindThe lock state of the document.
Remarks
This property might be removed from future versions.
Use the
LockStatus,
LockID properties.
See Also