Table of Contents

Method AppendText

Namespace
MongoDB.Driver.GridFS
Assembly
MongoDB.Driver.Legacy.dll

AppendText(string)

Appends UTF-8 encoded text to an existing GridFS file.

public StreamWriter AppendText(string remoteFileName)

Parameters

remoteFileName string

The remote file name.

Returns

StreamWriter

A StreamWriter.