Classes

  Class Description
Public class BaseFile
BaseFile class with generic carrier.
Public class BaseFile<(Of <(<'T>)>)>
BaseFile class with generic carrier.
Public class CannotCreateResizedImageVersionException
CannotCreateResizedImageVersionException: thrown when trying to create a resized version on an image which does not support versions.
Public class CannotResizeImageException
CannotResizeImageException: thrown when trying to resize an image which cannot be resized.
Public class CannotResizeVersionException
CannotResizeImageException: thrown when trying to resize an image version which cannot be resized.
Public class File
File class.
Public class FileCollection
A collection of files in a folder.
Public class FileConverter
File converter
Public class FileDoesNotExistException
FileDoesNotExistException - thrown when the file does not exist or has been deleted.
Public class FileExistsException
Thrown when an file already exists.
Public class FileExtensionParser
Handles parsing from a file extension string to a FileExtension object.
Public class 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.
Public class FileVersion
File version class.
Public class FileVersionCollection
File version collection. Enumerates over FileVersion and ImageVersion instances without filedata.
Public class FileVersionDoesNotExistException
FileVersionDoesNotExistException - thrown when the file version does not exist or has been deleted.
Public class FileVersionExistsException
Thrown when an image version already exists.
Public class Image
Image class.
Public class ImageConverter
Converter for images
Public class ImageVersion
Image version class.

Interfaces

  Interface Description
Public interface IImage
Interface for image files and versions.

Enumerations

  Enumeration Description
Public enumeration FileExtension
Common file extensions from http://www.file-extensions.org/extensions/common.
Public enumeration FileStatus
File status.
Public enumeration FileType
File types.
Public enumeration VersionType
Types for file versions.