Gets the extended history of the specified object with search parameters.
| Visual Basic | 
|---|
| Public Function GetHistoryEx( _ ByVal ObjID As ObjID, _ ByVal HistoryRetrievalMode As MFHistoryRetrievalMode _ ) As ObjectVersions | 
| Value | Description | 
|---|---|
| MFHistoryRetrievalAscending | Ascending. The retrieved history will be ordered so that the earliest entry is listed as the first one. | 
| MFHistoryRetrievalDescending | Descending. The retrieved history will be ordered so that the latest entry is listed as the first one. | 
| MFHistoryRetrievalRelaxed | Relaxed. The retrieved history will not be processed. |