DocumentDataArchiveReaderGetDuplicateDocumentGroups Method

Gets all duplicate document groups present in the document data archive (.dda).

Definition

Namespace: OpenDiscoverSDK.Platform.Archive
Assembly: OpenDiscoverSDK (in OpenDiscoverSDK.dll) Version: 2026.2.6.0 (2026.02.06)
C#
public DuplicateGroupResult GetDuplicateDocumentGroups()

Return Value

DuplicateGroupResult

[Missing <returns> documentation for "M:OpenDiscoverSDK.Platform.Archive.DocumentDataArchiveReader.GetDuplicateDocumentGroups"]

Remarks

In the grouping of duplicate documents, the SHA1ContentHash is used if it exists for a document, otherwise the SHA1BinaryHash is used.

See Also