IDocumentStorageWriteAllText Method

Writes (or over-writes if already exists) all 'text' argument to the document 'path' argument with encoding given by 'encoding' argument.

Definition

Namespace: OpenDiscoverSDK.Interfaces.Platform.IO
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
C#
void WriteAllText(
	string path,
	string text,
	Encoding encoding
)

Parameters

path  String
Full path or storage key to the document's location.
text  String
Text to write to document location.
encoding  Encoding
Text encoding to use.

See Also