Click or drag to resize

IUploadcare Interface

Manages Uploadcare functionality. Uploadcare is "A scalable file API for web and mobile apps" designed to "Optimize your content, conversions, load times, traffic, and user experience.".

Namespace:  NetQuarry.Services.Uploadcare
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public interface IUploadcare

The IUploadcare type exposes the following members.

Properties
  NameDescription
Public propertyAkamaiKey
Returns the value of the AkamaiKey property on the service instance.
Public propertyCdnBase
Returns the value of the CdnBase property on the service instance.
Public propertyIsSecure
Returns the value of the IsSecure property on the service instance.
Public propertyPrivateKey
Returns the value of the PrivateKey property on the service instance.
Public propertyPublicKey
Returns the value of the PublicKey property on the service instance.
Public propertySalt
Returns the value of the Salt property on the service instance.
Public propertyTokenWindow
Returns the value of the TokenWindow property on the service instance.
Top
Methods
  NameDescription
Public methodConvertFile
Converts an existing file (represented by uuid) to the specified format.
Public methodCreateGroup
Creates a file group object.
Public methodDeleteFile
Deletes the file with the UUID.
Public methodGetFileGroupInfo
Returns a list of uploaded files in the form of a FileInfo object.
Public methodGetFileInfo
Returns the file information for a single file.
Public methodGetUuidFromUrl
Takes a file UUID or a URL containing a file UUID and returns the file UUID.
Public methodGetWidgetDataAttributes
Returns the widget data attributes required to build the control.
Public methodSaveFilesToDocStorage
Saves files represented by the Uploadcare URL to document storage.
Public methodSaveFileToDocStorage
Saves a single file from an Uploadcare URL to document storage.
Public methodStoreFile
Stores the file permanently
Public methodUploadFile(String)
Uploads a file using the sourceUrl
Public methodUploadFile(Byte, String)
Uploads a file using the fileData and fileName
Top
See Also