M-Files API 23.11.13135.0
GetLatestObjectVersionAndProperties Method
VaultObjectOperations Object : GetLatestObjectVersionAndProperties Method
The object ID that identifies the object.
Description
Gets the latest version and properties of the specified object.
Syntax
Visual Basic
Public Function GetLatestObjectVersionAndProperties( _
   ByVal ObjID As ObjID, _
   ByVal AllowCheckedOut As Boolean, _
   Optional ByVal UpdateFromServer As Boolean = False _
) As ObjectVersionAndProperties
Parameters
ObjID
The object ID that identifies the object.
AllowCheckedOut
UpdateFromServer
Return Type
The ObjectVersionAndProperties object that contains information on the latest version of the object.
See Also

VaultObjectOperations Object  | VaultObjectOperations Members