| ContentClient Class |
Namespace: Quickblox.Sdk.Modules.ContentModule
The ContentClient type exposes the following members.
| Name | Description | |
|---|---|---|
| CreateFileInfoAsync |
Creates an entity which is a file in a system.
| |
| DeleteFileAsync |
Delete file by ID. If there are some referents to the file the number of links will be reduced by 1 after deleting. A file will be deleted in fact when the number of links will be equal to 0.
| |
| DownloadFileById |
Download File (Get File as a redirect to the S3 object) by Id.
| |
| DownloadFileByUid |
Download File (Get File as a redirect to the S3 object) by uid. 'uid' is a parameter which should be taken from the response of the request for the creating a file. To have a possibility to download a file you should set a status complete to your file firstly.
| |
| EditFileByIdAsync |
Edit a file by ID.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| FileUploadAsync |
Upload a file with the params of BlobObjectAccess info to make a possibility to create items with a content.
| |
| FileUploadCompleteAsync |
Declaring file uploaded. Set file status to 'Complete'. If the specified file size does not match to the actual, the actual will be set.
| |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetFileInfoByIdAsync |
Get information about file by ID.
| |
| GetFilesAsync |
Get list of files for the current user. The ID of the user is taken from the token specified in the request.
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetReadOnlyFileInfoByIdAsync |
Get File by ID as BlobObjectAccess with read access. Then we can use info from params element for download file.
| |
| GetTaggedFilesAsync |
Get list of tagged files for current user. Will be returned files which have the same tags as current user.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |