Searches the vault for duplicates of a file based on the given path as a list of ObjIDs.
Specifies whether the results should exclude duplicates that belong to deleted objects.
Supported in M-Files 19.3.7499.1 and later.
Visual Basic |
---|
Public Function FindFileDuplicatesBasedOnPath( _ ByVal SourceFilePath As String, _ Optional ByVal ExcludeFilesFromDeletedObjects As Boolean = True _ ) As ObjIDs |
Specifies whether the results should exclude duplicates that belong to deleted objects.
Supported in M-Files 19.3.7499.1 and later.