Click or drag to resize
ContentClient Methods

The ContentClient type exposes the following members.

Methods
  NameDescription
Public methodCreateFileInfoAsync
Creates an entity which is a file in a system.
Public methodDeleteFileAsync
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.
Public methodDownloadFileById
Download File (Get File as a redirect to the S3 object) by Id.
Public methodDownloadFileByUid
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.
Public methodEditFileByIdAsync
Edit a file by ID.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodFileUploadAsync
Upload a file with the params of BlobObjectAccess info to make a possibility to create items with a content.
Public methodFileUploadCompleteAsync
Declaring file uploaded. Set file status to 'Complete'. If the specified file size does not match to the actual, the actual will be set.
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetFileInfoByIdAsync
Get information about file by ID.
Public methodGetFilesAsync
Get list of files for the current user. The ID of the user is taken from the token specified in the request.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetReadOnlyFileInfoByIdAsync
Get File by ID as BlobObjectAccess with read access. Then we can use info from params element for download file.
Public methodGetTaggedFilesAsync
Get list of tagged files for current user. Will be returned files which have the same tags as current user.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also