| DeduplicationStatus Enumeration |
Status of documents after running the deduplication process
Namespace:
EdaIntegrationContract.Filters
Assembly:
EdaIntegration.Contract (in EdaIntegration.Contract.dll) Version: 7.6
Syntax public enum DeduplicationStatus
Members
| Member name | Value | Description |
---|
| NotDeduped | 0 |
Deduplication did not run yet or deduplication is disabled for this case
|
| PrimaryDuplicate | 1 |
Document was identified as the primary/parent duplicate
|
| ChildDuplicate | 2 |
Document was identified as a child duplicate
|
| NotDuplicate | 3 |
Document is not a duplicate of any other documents
|
See Also