M-Files API 23.11.13135.0
GetHistory Method
VaultObjectOperations Object : GetHistory Method
The ID of the object the history of which to retrieve.
Description
Gets the history of the specified object. Use GetHistoryEx for additional options.
Syntax
Visual Basic
Public Function GetHistory( _
   ByVal ObjID As ObjID _
) As ObjectVersions
Parameters
ObjID
The ID of the object the history of which to retrieve.
Remarks

The retrieved history will be ordered so that the latest entry is listed as the first one.

We recommend you to use the more recent GetHistoryEx method with M-Files 19.5.7811.5 and later.

See Also

VaultObjectOperations Object  | VaultObjectOperations Members