Click or drag to resize

GridFSBucketTFileIdDeleteAsync Method

Deletes a file from GridFS.

Namespace:  MongoDB.Driver.GridFS
Assembly:  MongoDB.Driver.GridFS (in MongoDB.Driver.GridFS.dll) Version: 2.13.1-v2-13-x1+a7f8afe27855f38f4f72157d11ba2ae73895502e
Syntax
public Task DeleteAsync(
	TFileId id,
	CancellationToken cancellationToken = null
)

Parameters

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

Return Value

Type: Task
A Task.

Implements

IGridFSBucketTFileIdDeleteAsync(TFileId, CancellationToken)
See Also