|  | DeduplicationMethod Enumeration | 
 
                Hashing method used to identify duplicate documents
            
 
    Namespace: 
   EdaIntegrationContract.Filters
    Assembly:
   EdaIntegration.Contract (in EdaIntegration.Contract.dll) Version: 7.6
 Syntax
Syntaxpublic enum DeduplicationMethod
 Members
Members|  | Member name | Value | Description | 
|---|
|  | Md5 | 0 | Use the MD5 hash value of the document to identify duplicates | 
|  | Sha1 | 1 | Use the SHA-1 hash value of the document to identify duplicates | 
|  | Md5Custodian | 2 | Use the MD5 hash value of the document + custodian Id to identify duplicates by custodian | 
|  | Sha1Custodian | 3 | Use the SHA-1 hash value of the document + custodian Id to identify duplicates by custodian | 
 See Also
See Also