IDocumentStorageOpenWrite Method

Opens and returns a stream to write to (or create if does not exist) the document.

Definition

Namespace: OpenDiscoverSDK.Interfaces.Platform.IO
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
C#
Stream OpenWrite(
	string path
)

Parameters

path  String
Full path or storage key to the document's location.

Return Value

Stream
A opened Stream for writing.

See Also