This documentation is for the old version. Go to the latest Upload Suite docs

BaseImageUploaderExtender Class

Base class for all Image Uploader extenders.

Namespace: Aurigma.ImageUploader
Assembly: Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)

Syntax

Visual Basic
Public MustInherit Class BaseImageUploaderExtender _
	Inherits BaseExtender
C#
public abstract class BaseImageUploaderExtender : BaseExtender

Remarks

BaseImageUploaderExtender is an abstract class which implements common functionality for all Image Uploader extenders. You cannot instantiate objects of this class directly.

Inheritance Hierarchy

See Also

Reference