DocumentDataArchiveReaderFlatRecords Property |
Gets all archive document entries as a flattened (non-hierarchival) list.
Namespace: OpenDiscoverSDK.Platform.ArchiveAssembly: OpenDiscoverSDK (in OpenDiscoverSDK.dll) Version: 2025.4.4.0 (2025.4.4)
Syntaxpublic List<Document> FlatRecords { get; }Property Value
ListDocument
Remarks
This list contains input documents and all expanded children of input documents.
See Also