DocumentDataArchiveReaderHierarchicalRecords Property |
Gets all document data archive entries with parent/child hierarchy.
Namespace: OpenDiscoverSDK.Platform.ArchiveAssembly: OpenDiscoverSDK (in OpenDiscoverSDK.dll) Version: 2025.4.4.0 (2025.4.4)
Syntaxpublic 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