Click or drag to resize

DeduplicationProperties Class

Represents the Deduplication properties for a case.
Inheritance Hierarchy
SystemObject
  Law.EdaIntegration.CaseCasePropertiesGroup
    Law.EdaIntegration.FiltersDeduplicationProperties

Namespace:  Law.EdaIntegration.Filters
Assembly:  Law.EdaIntegration (in Law.EdaIntegration.dll) Version: 7.2
Syntax
C#
public class DeduplicationProperties : CasePropertiesGroup

The DeduplicationProperties type exposes the following members.

Properties
  NameDescription
Public propertyDeduplicationEnabled
Controls whether or not to run the deduplication process
Public propertyDeduplicationMode
Deduplication key that will be used to determine the document duplicate state.
Public propertyDuplicatePrioritizationEnabled
If set, deduplication keys are compared against all other keys that have the same custodian value.
Public propertyIncludeDuplicates
If set, duplicate documents are added to the case normally, including the native files and all associated duplicate fields. Otherwise duplicate documents are completely excluded from the case.
Top
See Also