Click or drag to resize

DocumentDataArchiveReaderGetDuplicateDocumentGroups Method

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

Namespace: OpenDiscoverSDK.Platform.Archive
Assembly: OpenDiscoverSDK (in OpenDiscoverSDK.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
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