Click or drag to resize

ExcludedContentManager Class

Represents a class for managing excluded content items for a case.
Inheritance Hierarchy
SystemObject
  Law.EdaIntegration.NearDuplicateExcludedContentManager

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

The ExcludedContentManager type exposes the following members.

Methods
  NameDescription
Public methodCode exampleAll
Retrieves the list of all ExcludedContentItems for a case.
Public methodCode exampleById
Retrieves an excluded content item by its unique identifier.
Public methodCode exampleCreate
Creates a new excluded content item for a case.
Public methodCode exampleDelete
Delete one more excluded content items.
Public methodCode exampleUpdate
Updates Early Data Analyzer with any changed values for the excluded content item.
Top
Remarks
Excluded content items can be used to exclude repeated content from the near-duplication processing. These items are also referred to as Footer Exclusions in the Early Data Analyzer desktop.
See Also