| 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.ContentModuleAssembly: Quickblox.Sdk.Xamarin (in Quickblox.Sdk.Xamarin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Task<HttpResponse<FilesPagedResponse>> GetFilesAsync()
Public Function GetFilesAsync As Task(Of HttpResponse(Of FilesPagedResponse))
public:
Task<HttpResponse<FilesPagedResponse^>^>^ GetFilesAsync()
member GetFilesAsync : unit -> Task<HttpResponse<FilesPagedResponse>>
Return Value
Type:
TaskHttpResponseFilesPagedResponseSuccess HTTP Status Code 200
See Also