The base class defines the properties, methods, and events that are shared by Uploader, UploadPersistedFile and UploadAttachments.

Namespace: CuteEditor
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

C#
public class UploaderBase : Control, 
	IPostBackEventHandler, IPostBackDataHandler, IAjaxUploader
Visual Basic
Public Class UploaderBase _
	Inherits Control _
	Implements IPostBackEventHandler, IPostBackDataHandler, IAjaxUploader
Visual C++
public ref class UploaderBase : public Control, 
	IPostBackEventHandler, IPostBackDataHandler, IAjaxUploader

Inheritance Hierarchy

System..::..Object
  System.Web.UI..::..Control
    CuteEditor..::..UploaderBase
      CuteEditor..::..Uploader

See Also