Click or drag to resize
IGridFSBucketDelete Method
Deletes a file from GridFS.

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

Parameters

id
Type: MongoDB.BsonObjectId
The file id.
cancellationToken (Optional)
Type: System.ThreadingCancellationToken
The cancellation token.
See Also