IDocumentStorageWriteAllBytes 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)
C#
void WriteAllBytes(
	string path,
	byte[] bytes
)

Parameters

path  String
Full path or storage key to the document's location.
bytes  Byte
Array of bytes to write to the document.

See Also