Click or drag to resize
ContentClientGetFileInfoByIdAsync Method
Get information about 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>> GetFileInfoByIdAsync(
	int fileId
)

Parameters

fileId
Type: SystemInt32
The file identifier.

Return Value

Type: TaskHttpResponseFileInfoResponse
Success HTTP Status Code 200
See Also