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

BaseUploadControl Class

This is a base class for Uploader.

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

Syntax

Visual Basic
Public MustInherit Class BaseUploadControl _
	Inherits BaseControl
C#
public abstract class BaseUploadControl : BaseControl

Remarks

BaseUploadControl is an abstract class which implements common functionality for the Uploader control. You cannot instantiate objects of this class directly.

Inheritance Hierarchy

See Also

Reference