M-Files API 23.11.13135.0
Compare Method
VaultDocumentComparisonOperations Object : Compare Method
The ID of the object to compare.
The file version to compare.
The ID of the object to compare with.
The file version to compare with.
The language to use for localization of the compare UI.
True if the download options should be enabled in the compare UI, false otherwise.
Description
Gets a URL which can be used to display the differences between two documents in the vault.
Syntax
Visual Basic
Public Function Compare( _
   ByVal ObjIdOriginal As ObjID, _
   ByVal FileVerOriginal As FileVer, _
   ByVal ObjIdModified As ObjID, _
   ByVal FileVerModified As FileVer, _
   ByVal Language As String, _
   ByVal AllowDownload As Boolean _
) As String
Parameters
ObjIdOriginal
The ID of the object to compare.
FileVerOriginal
The file version to compare.
ObjIdModified
The ID of the object to compare with.
FileVerModified
The file version to compare with.
Language
The language to use for localization of the compare UI.
AllowDownload
True if the download options should be enabled in the compare UI, false otherwise.
Remarks

Supported in M-Files 19.10.8339.0 and later.

This method is available only if M-Files API is used in the server interface mode.

See Also

VaultDocumentComparisonOperations Object  | VaultDocumentComparisonOperations Members