Click or drag to resize
ContentClientGetFilesAsync Method
Get list of files for the current user. The ID of the user is taken from the token specified in the request.

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<FilesPagedResponse>> GetFilesAsync()

Return Value

Type: TaskHttpResponseFilesPagedResponse
Success HTTP Status Code 200
See Also