IDocument StorageWrite All Text 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)
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
C#
void WriteAllText(
string path,
string text,
Encoding encoding
)