| ContentClientDownloadFileById Method |
Download File (Get File as a redirect to the S3 object) by Id.
Namespace: Quickblox.Sdk.Modules.ContentModuleAssembly: Quickblox.Sdk.Xamarin (in Quickblox.Sdk.Xamarin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Task<HttpResponse<byte[]>> DownloadFileById(
int uploadId
)
Public Function DownloadFileById (
uploadId As Integer
) As Task(Of HttpResponse(Of Byte()))
public:
Task<HttpResponse<array<unsigned char>^>^>^ DownloadFileById(
int uploadId
)
member DownloadFileById :
uploadId : int -> Task<HttpResponse<byte[]>>
Parameters
- uploadId
- Type: SystemInt32
UploadId
Return Value
Type:
TaskHttpResponseByteSuccess HTTP Status Code 301
See Also