Table of Contents

Method AddString

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

AddString(string, string, string?)

Adds the file to the list of the files stored in memory.

bool AddString(string filename, string textdata, string? mimetype = null)

Parameters

filename string

Specifies name of the file in the memory file system.

textdata string

Specifies string with text file data.

mimetype string

Specifies added file's MIME type.

Returns

bool