Click or drag to resize

IExcludedContentManager Interface

Represents a class for managing excluded content items for a case.

Namespace:  EdaIntegrationContract.NearDuplicate
Assembly:  EdaIntegration.Contract (in EdaIntegration.Contract.dll) Version: 7.6
Syntax
C#
public interface IExcludedContentManager

The IExcludedContentManager type exposes the following members.

Methods
  NameDescription
Public methodCode exampleAll
Retrieves the list of all IExcludedContentItems 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 the system 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.
See Also