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

BaseExtender Class

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

This is a base class for BaseUploaderExtender.

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

Syntax

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

Remarks

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

Inheritance Hierarchy

See Also

Reference