M-Files API 23.11.13135.0
IsObjectCheckedOutToThisUserOnThisComputer Method
VaultObjectOperations Object : IsObjectCheckedOutToThisUserOnThisComputer 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 this user on this computer.
Syntax
Visual Basic
Public Function IsObjectCheckedOutToThisUserOnThisComputer( _
   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