M-Files API 23.11.13135.0
FindFileDuplicatesBasedOnPath Method
VaultObjectFileOperations Object : FindFileDuplicatesBasedOnPath Method
The absolute path to the source file.

Specifies whether the results should exclude duplicates that belong to deleted objects.

Supported in M-Files 19.3.7499.1 and later.

Description
Searches the vault for duplicates of a file based on the given path as a list of ObjIDs.
Syntax
Visual Basic
Public Function FindFileDuplicatesBasedOnPath( _
   ByVal SourceFilePath As String, _
   Optional ByVal ExcludeFilesFromDeletedObjects As Boolean = True _
) As ObjIDs
Parameters
SourceFilePath
The absolute path to the source file.
ExcludeFilesFromDeletedObjects

Specifies whether the results should exclude duplicates that belong to deleted objects.

Supported in M-Files 19.3.7499.1 and later.

Remarks

Supported in M-Files 19.2.7378.0 and later.

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

See Also

VaultObjectFileOperations Object  | VaultObjectFileOperations Members