Click or drag to resize
GridFSBucket.Rename Method (ObjectId, String, CancellationToken)
Renames a GridFS file.

Namespace: MongoDB.Driver.GridFS
Assembly: MongoDB.Driver.GridFS (in MongoDB.Driver.GridFS.dll) Version: 2.2.0
Syntax
public void Rename(
	ObjectId id,
	string newFilename,
	CancellationToken cancellationToken = null
)

Parameters

id
Type: MongoDB.Bson.ObjectId
The file id.
newFilename
Type: System.String
The new filename.
cancellationToken (Optional)
Type: System.Threading.CancellationToken
The cancellation token.

Implements

IGridFSBucket.Rename(ObjectId, String, CancellationToken)
See Also