Click or drag to resize

DocumentDataArchiveReaderHierarchicalRecords Property

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

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