IUploadcare Interface |
Namespace: NetQuarry.Services.Uploadcare
The IUploadcare type exposes the following members.
Name | Description | |
---|---|---|
AkamaiKey |
Returns the value of the AkamaiKey property on the service instance.
| |
CdnBase |
Returns the value of the CdnBase property on the service instance.
| |
IsSecure |
Returns the value of the IsSecure property on the service instance.
| |
PrivateKey |
Returns the value of the PrivateKey property on the service instance.
| |
PublicKey |
Returns the value of the PublicKey property on the service instance.
| |
Salt |
Returns the value of the Salt property on the service instance.
| |
TokenWindow |
Returns the value of the TokenWindow property on the service instance.
|
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
|