Click or drag to resize
ContentClientEditFileByIdAsync Method
Edit a file by ID.

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>> EditFileByIdAsync(
	int fileId,
	UpdateFileByIdRequest updateFileByIdRequest
)

Parameters

fileId
Type: SystemInt32
The file identifier.
updateFileByIdRequest
Type: Quickblox.Sdk.Modules.ContentModule.RequestsUpdateFileByIdRequest
The update file request parameter.

Return Value

Type: TaskHttpResponseFileInfoResponse
FileInfoResponse
See Also