| ContentClientGetFileInfoByIdAsync Method |
Get information about file by ID.
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<FileInfoResponse>> GetFileInfoByIdAsync(
int fileId
)
Public Function GetFileInfoByIdAsync (
fileId As Integer
) As Task(Of HttpResponse(Of FileInfoResponse))
public:
Task<HttpResponse<FileInfoResponse^>^>^ GetFileInfoByIdAsync(
int fileId
)
member GetFileInfoByIdAsync :
fileId : int -> Task<HttpResponse<FileInfoResponse>>
Parameters
- fileId
- Type: SystemInt32
The file identifier.
Return Value
Type:
TaskHttpResponseFileInfoResponseSuccess HTTP Status Code 200
See Also