Click or drag to resize
ContentClientDeleteFileAsync Method
Delete file by ID. If there are some referents to the file the number of links will be reduced by 1 after deleting. A file will be deleted in fact when the number of links will be equal to 0.

Namespace: Quickblox.Sdk.Modules.ContentModule
Assembly: Quickblox.Sdk.Xamarin (in Quickblox.Sdk.Xamarin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Task<HttpResponse> DeleteFileAsync(
	int fileId
)

Parameters

fileId
Type: SystemInt32
The file identifier.

Return Value

Type: TaskHttpResponse
HttpResponse
See Also