Click or drag to resize
GridFSBucketDelete Method (ObjectId, CancellationToken)
Deletes a file from GridFS.

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

Parameters

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

Implements

IGridFSBucketDelete(ObjectId, CancellationToken)
See Also