IDocument StorageRead All Bytes Method
Returns a byte array of all document bytes.
Definition
Namespace: OpenDiscoverSDK.Interfaces.Platform.IO
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
A byte array containing all document bytes.
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
C#
byte[] ReadAllBytes(
string path
)Parameters
- path String
- Full path or storage key to the document's location.
Return Value
ByteA byte array containing all document bytes.