Click or drag to resize

NearDuplicateProperties Class

Represents the near-duplicate identification properties for a case.
Inheritance Hierarchy
SystemObject
  Law.EdaIntegration.CaseCasePropertiesGroup
    Law.EdaIntegration.NearDuplicateNearDuplicateProperties

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

The NearDuplicateProperties type exposes the following members.

Properties
  NameDescription
Public propertyExcludedContent
Represents the ExcludedContentManager class for managing excluded content items.
Public propertyCode exampleNearDupeComparisonThreshold
Gets or sets the Near-Duplicate Comparison Threshold for the case.
Public propertyCode exampleNearDupeEnabled
Determines whether near-duplicate analysis is enabled for the case.
Top
See Also