M-Files API 23.11.13135.0
GetObjectInfo Method
VaultObjectOperations Object : GetObjectInfo Method
The object version identifier.
If this parameter is True, the latest version available should be returned.
True if the information should be always updated from the server.
Description
Gets information on the specified object version.
Syntax
Visual Basic
Public Function GetObjectInfo( _
   ByVal ObjVer As ObjVer, _
   ByVal LatestVersion As Boolean, _
   Optional ByVal UpdateFromServer As Boolean = False _
) As ObjectVersion
Parameters
ObjVer
The object version identifier.
LatestVersion
If this parameter is True, the latest version available should be returned.
UpdateFromServer
True if the information should be always updated from the server.
Remarks
Consider using the more recent GetObjectInfoEx Method instead.
See Also

VaultObjectOperations Object  | VaultObjectOperations Members