| DeduplicationMethod Enumeration |
Hashing method used to identify duplicate documents
Namespace:
Law.EdaIntegration.Filters
Assembly:
Law.EdaIntegration (in Law.EdaIntegration.dll) Version: 7.2
Syntax public enum DeduplicationMethod
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