Click or drag to resize
ContentClientCreateFileInfoAsync Method
Creates an entity which is a file in a system.

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<FileInfoResponse>> CreateFileInfoAsync(
	CreateFileRequest createFileRequest
)

Parameters

createFileRequest
Type: Quickblox.Sdk.Modules.ContentModule.RequestsCreateFileRequest
The file parameter.

Return Value

Type: TaskHttpResponseFileInfoResponse
Success HTTP Status Code 201
See Also