Click or drag to resize
ContentClientGetReadOnlyFileInfoByIdAsync Method
Get File by ID as BlobObjectAccess with read access. Then we can use info from params element for download file.

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<ReadOnlyAccessResponse>> GetReadOnlyFileInfoByIdAsync(
	int fileId
)

Parameters

fileId
Type: SystemInt32
The file identifier.

Return Value

Type: TaskHttpResponseReadOnlyAccessResponse
Success HTTP Status Code 200
See Also