Click or drag to resize
ContentClientDownloadFileById Method
Download File (Get File as a redirect to the S3 object) by Id.

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<byte[]>> DownloadFileById(
	int uploadId
)

Parameters

uploadId
Type: SystemInt32
UploadId

Return Value

Type: TaskHttpResponseByte
Success HTTP Status Code 301
See Also