M-Files API 23.11.13135.0
GetHistoryEx Method
VaultObjectOperations Object : GetHistoryEx Method
The ID of the object the history of which to retrieve.
Specifies the order in which the results are retrieved.
Description
Gets the extended history of the specified object with search parameters.
Syntax
Visual Basic
Public Function GetHistoryEx( _
   ByVal ObjID As ObjID, _
   ByVal HistoryRetrievalMode As MFHistoryRetrievalMode _
) As ObjectVersions
Parameters
ObjID
The ID of the object the history of which to retrieve.
HistoryRetrievalMode
ValueDescription
MFHistoryRetrievalAscendingAscending. The retrieved history will be ordered so that the earliest entry is listed as the first one.
MFHistoryRetrievalDescendingDescending. The retrieved history will be ordered so that the latest entry is listed as the first one.
MFHistoryRetrievalRelaxedRelaxed. The retrieved history will not be processed.
Specifies the order in which the results are retrieved.
Remarks
Supported in M-Files 19.5.7811.5 and later.
See Also

VaultObjectOperations Object  | VaultObjectOperations Members