Method AppendText
AppendText(string)
Appends UTF-8 encoded text to an existing GridFS file.
public StreamWriter AppendText(string remoteFileName)
Parameters
remoteFileName
stringThe remote file name.
Returns
- StreamWriter
A StreamWriter.
Appends UTF-8 encoded text to an existing GridFS file.
public StreamWriter AppendText(string remoteFileName)
remoteFileName
stringThe remote file name.
A StreamWriter.