DocumentDataArchiveReaderHierarchicalRecords Property

Gets all document data archive entries with parent/child hierarchy.

Definition

Namespace: OpenDiscoverSDK.Platform.Archive
Assembly: OpenDiscoverSDK (in OpenDiscoverSDK.dll) Version: 2026.2.6.0 (2026.02.06)
C#
public List<Document> HierarchicalRecords { get; }

Property Value

ListDocument

Remarks

This list is the list of the processing task input documents with parent/child hierarchy (see ChildDocuments for any child documents, and children of child documents, and so on).

See Also