Click or drag to resize

IGridFSBucketTFileIdRename Method

Renames a GridFS file.

Namespace:  MongoDB.Driver.GridFS
Assembly:  MongoDB.Driver.GridFS (in MongoDB.Driver.GridFS.dll) Version: 2.6.0+Branch.origin/v2.6.x.Sha.593796a7b35dc59243383bcc684de296a5468f2e
Syntax
void Rename(
	TFileId id,
	string newFilename,
	CancellationToken cancellationToken = null
)

Parameters

id
Type: TFileId
The file id.
newFilename
Type: SystemString
The new filename.
cancellationToken (Optional)
Type: System.ThreadingCancellationToken
The cancellation token.
See Also