Click or drag to resize

DeduplicationMethod Enumeration

Hashing method used to identify duplicate documents

Namespace:  Law.EdaIntegration.Filters
Assembly:  Law.EdaIntegration (in Law.EdaIntegration.dll) Version: 7.2
Syntax
C#
public enum DeduplicationMethod
Members
  Member nameValueDescription
Md50 Use the MD5 hash value of the document to identify duplicates
Sha11 Use the SHA-1 hash value of the document to identify duplicates
Md5Custodian2 Use the MD5 hash value of the document + custodian Id to identify duplicates by custodian
Sha1Custodian3 Use the SHA-1 hash value of the document + custodian Id to identify duplicates by custodian
See Also