M-Files API 23.11.13135.0
FindFilesByChecksumWithStringDigests Method
VaultObjectFileOperations Object : FindFilesByChecksumWithStringDigests Method
Specifies the string value of the MD5 checksum.
When this is set to "true", the results do not contain duplicates that are part of a deleted object.
Description
Uses a string digest to search the vault for file versions with a matching MD5 checksum.
Syntax
Visual Basic
Public Function FindFilesByChecksumWithStringDigests( _
   ByVal MD5Digest As String, _
   Optional ByVal ExcludeFilesFromDeletedObjects As Boolean = False _
) As ObjIDs
Parameters
MD5Digest
Specifies the string value of the MD5 checksum.
ExcludeFilesFromDeletedObjects
When this is set to "true", the results do not contain duplicates that are part of a deleted object.
Remarks
Supported in M-Files 21.11.10853.5 and later.
See Also

VaultObjectFileOperations Object  | VaultObjectFileOperations Members