M-Files API 23.11.13135.0
FindFileDuplicates Method
VaultObjectFileOperations Object : FindFileDuplicates Method
The ID of the object containing the file.
The file version of which to find duplicates.
Specifies whether the results should include this file.
Specifies whether the results should include duplicates that belong to deleted objects.
Description
Locates the first 100 duplicates of a specified file version in the vault as a list of ObjIDs.
Syntax
Visual Basic
Public Function FindFileDuplicates( _
   ByVal ObjID As ObjID, _
   ByVal FileVer As FileVer, _
   Optional ByVal IncludeVersionsOfThisFile As Boolean = False, _
   Optional ByVal ExcludeFilesFromDeletedObjects As Boolean = True _
) As ObjIDs
Parameters
ObjID
The ID of the object containing the file.
FileVer
The file version of which to find duplicates.
IncludeVersionsOfThisFile
Specifies whether the results should include this file.
ExcludeFilesFromDeletedObjects
Specifies whether the results should include duplicates that belong to deleted objects.
Remarks
Supported in M-Files 20.2.8777.3 and later.
See Also

VaultObjectFileOperations Object  | VaultObjectFileOperations Members