Classes
| Class | Description | |
|---|---|---|
|
|
BaseFile |
BaseFile class with generic carrier.
|
|
|
BaseFile<(Of <(<'T>)>)> |
BaseFile class with generic carrier.
|
|
|
CannotCreateResizedImageVersionException |
CannotCreateResizedImageVersionException: thrown when trying to create a resized version on
an image which does not support versions.
|
|
|
CannotResizeImageException |
CannotResizeImageException: thrown when trying to resize an image which cannot be resized.
|
|
|
CannotResizeVersionException |
CannotResizeImageException: thrown when trying to resize an image version which cannot be resized.
|
|
|
File |
File class.
|
|
|
FileCollection |
A collection of files in a folder.
|
|
|
FileConverter |
File converter
|
|
|
FileDoesNotExistException |
FileDoesNotExistException - thrown when the file does not exist or has been deleted.
|
|
|
FileExistsException |
Thrown when an file already exists.
|
|
|
FileExtensionParser |
Handles parsing from a file extension string to a FileExtension object.
|
|
|
FileUploadTimeoutException |
Occurs when file upload to media archive timeouts.
This usually happens if the internet connection is too slow,
or file size is too large or Create File CommandTimeOut is set too low.
|
|
|
FileVersion |
File version class.
|
|
|
FileVersionCollection |
File version collection.
Enumerates over FileVersion and ImageVersion instances without filedata.
|
|
|
FileVersionDoesNotExistException |
FileVersionDoesNotExistException - thrown when the file version does not exist or has been deleted.
|
|
|
FileVersionExistsException |
Thrown when an image version already exists.
|
|
|
Image |
Image class.
|
|
|
ImageConverter |
Converter for images
|
|
|
ImageVersion |
Image version class.
|
Interfaces
| Interface | Description | |
|---|---|---|
|
|
IImage |
Interface for image files and versions.
|
Enumerations
| Enumeration | Description | |
|---|---|---|
|
|
FileExtension |
Common file extensions from http://www.file-extensions.org/extensions/common.
|
|
|
FileStatus |
File status.
|
|
|
FileType |
File types.
|
|
|
VersionType |
Types for file versions.
|