IUploadcare Methods |
The IUploadcare type exposes the following members.
Name | Description | |
---|---|---|
![]() | ConvertFile |
Converts an existing file (represented by uuid) to the specified format.
|
![]() | CreateGroup |
Creates a file group object.
|
![]() | DeleteFile |
Deletes the file with the UUID.
|
![]() | GetFileGroupInfo |
Returns a list of uploaded files in the form of a FileInfo object.
|
![]() | GetFileInfo |
Returns the file information for a single file.
|
![]() | GetUuidFromUrl |
Takes a file UUID or a URL containing a file UUID and returns the file UUID.
|
![]() | GetWidgetDataAttributes |
Returns the widget data attributes required to build the control.
|
![]() | SaveFilesToDocStorage |
Saves files represented by the Uploadcare URL to document storage.
|
![]() | SaveFileToDocStorage |
Saves a single file from an Uploadcare URL to document storage.
|
![]() | StoreFile |
Stores the file permanently
|
![]() | UploadFile(String) |
Uploads a file using the sourceUrl
|
![]() | UploadFile(Byte, String) |
Uploads a file using the fileData and fileName
|