Click or drag to resize

DocumentDataArchiveReaderReadErrors Property

If HasReadErrors is true, this property will hold read error information.

Namespace: OpenDiscoverSDK.Platform.Archive
Assembly: OpenDiscoverSDK (in OpenDiscoverSDK.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
public List<ArchiveReadError> ReadErrors { get; }

Property Value

ListArchiveReadError
See Also