Click or drag to resize
ContentClientFileUploadCompleteAsync Method
Declaring file uploaded. Set file status to 'Complete'. If the specified file size does not match to the actual, the actual will be set.

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> FileUploadCompleteAsync(
	int fileId,
	BlobUploadCompleteRequest blobUploadCompleteRequest
)

Parameters

fileId
Type: SystemInt32
The file identifier.
blobUploadCompleteRequest
Type: Quickblox.Sdk.Modules.ContentModule.RequestsBlobUploadCompleteRequest
The BLOB upload complete request.

Return Value

Type: TaskHttpResponse
Success HTTP Status Code 200
See Also