M-Files API 23.11.13135.0
CompareWithTemporaryFile Method
VaultDocumentComparisonOperations Object : CompareWithTemporaryFile Method
The ID of the object to compare.
The file version to compare.
The temporary file upload session ID.
The file name to display in the compare UI for the temporarily uploaded file.
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 a document in the vault and a temporarily uploaded file.
Syntax
Visual Basic
Public Function CompareWithTemporaryFile( _
   ByVal ObjIdOriginal As ObjID, _
   ByVal FileVerOriginal As FileVer, _
   ByVal UploadSessionID As Long, _
   ByVal UploadFileName As String, _
   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.
UploadSessionID
The temporary file upload session ID.
UploadFileName
The file name to display in the compare UI for the temporarily uploaded file.
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