Click or drag to resize

DeduplicationStatus Enumeration

Status of documents after running the deduplication process

Namespace:  EdaIntegrationContract.Filters
Assembly:  EdaIntegration.Contract (in EdaIntegration.Contract.dll) Version: 7.6
Syntax
C#
public enum DeduplicationStatus
Members
  Member nameValueDescription
NotDeduped0 Deduplication did not run yet or deduplication is disabled for this case
PrimaryDuplicate1 Document was identified as the primary/parent duplicate
ChildDuplicate2 Document was identified as a child duplicate
NotDuplicate3 Document is not a duplicate of any other documents
See Also