Table of Contents

Method MoveTo

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

MoveTo(string, string)

Moves the most recent version of a GridFS file.

public void MoveTo(string sourceFileName, string destFileName)

Parameters

sourceFileName string

The source file name.

destFileName string

The destination file name.