IDocument StorageWrite All Bytes Method
Writes (or over-writes if already exists) all 'bytes' argument to the document 'path' argument.
Definition
Namespace: OpenDiscoverSDK.Interfaces.Platform.IO
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
C#
void WriteAllBytes(
string path,
byte[] bytes
)