M-Files API 23.11.13135.0
GetObjectInfoEx Method
VaultObjectOperations Object : GetObjectInfoEx Method
The object version identifier.
True to get the latest version of the object.
True if the information should be always updated from the server.
True if M-Files windows should be notified to update the object in their listings.
Description
Gets information on the specified object version. Optionally notifies M-Files windows to update the object in their listings.
Syntax
Visual Basic
Public Function GetObjectInfoEx( _
   ByVal ObjVer As ObjVer, _
   ByVal LatestVersion As Boolean, _
   Optional ByVal UpdateFromServer As Boolean = False, _
   Optional ByVal NotifyViews As Boolean = False _
) As ObjectVersion
Parameters
ObjVer
The object version identifier.
LatestVersion
True to get the latest version of the object.
UpdateFromServer
True if the information should be always updated from the server.
NotifyViews
True if M-Files windows should be notified to update the object in their listings.
See Also

VaultObjectOperations Object  | VaultObjectOperations Members