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
filename
stringSpecifies name of the file in the memory file system.
textdata
stringSpecifies string with text file data.
mimetype
stringSpecifies added file's MIME type.