The base class defines the properties, methods, and events that are shared by Uploader, UploadPersistedFile and UploadAttachments.
Namespace: CuteEditorAssembly: 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 |