M-Files API 23.11.13135.0
IsObjectCheckedOut Method
VaultObjectOperations Object : IsObjectCheckedOut Method
The identity of the object to be checked.
True if the information should always be updated from the server. If false, the client local cache may be used. This flag is relevant only when M-Files API is used in client mode.
Description
Checks whether the specified object is checked out to any user on any computer.
Syntax
Visual Basic
Public Function IsObjectCheckedOut( _
   ByVal ObjID As ObjID, _
   Optional ByVal UpdateFromServer As Boolean = False _
) As Boolean
Parameters
ObjID
The identity of the object to be checked.
UpdateFromServer
True if the information should always be updated from the server. If false, the client local cache may be used. This flag is relevant only when M-Files API is used in client mode.
See Also

VaultObjectOperations Object  | VaultObjectOperations Members