Click or drag to resize

IDupeMetadata Interface

Document metadata regarding Duplicate analysis

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

The IDupeMetadata type exposes the following members.

Properties
  NameDescription
Public propertyDuplicateCustodianNames
Names of the custodians containing duplicate versions of the original record. Populated for parent duplicates/original records only.
Public propertyDuplicateCustodianPaths
Source path to each duplicate version of the original record. Populated for parent/original records only. e-doc ex: CustName\Folder01\Folder02 email ex: CustName\Mail-Stores\Archive.pst\Inbox
Public propertyDuplicateParentExportNumber
Contains the export number of the original record in a duplicate relationship (the original and all associated duplicates are assigned the same value).
Public propertyDuplicateParentName
Custodian name of the original record. Populated for duplicate records only.

ex: ParentCustodianName

Public propertyDuplicateParentPath
Source path of the original record. Populated for duplicate records only.

e-doc ex: CustName\Folder01\Folder02

email ex: CustName\Mail-Stores\Archive.pst\Inbox

Top
See Also