Aurigma Image Uploader 7.0.37
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
System..::.Object
L
System.Web.UI..::.Control
L
Aurigma.ImageUploader..::.BaseControl
L
Aurigma.ImageUploader..::.BaseUploadControl
L
Aurigma.ImageUploader..::.Uploader