Method AddString
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
filenamestringSpecifies name of the file in the memory file system.
textdatastringSpecifies string with text file data.
mimetypestringSpecifies added file's MIME type.