CuteEditor for .NET 6.2 Class Library

UploaderBase Class

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

For a list of all members of this type, see UploaderBase Members.

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

[Visual Basic]
Public Class UploaderBase
    Inherits Control
    Implements IPostBackEventHandler, IPostBackDataHandler
[C#]
public class UploaderBase : Control, IPostBackEventHandler, IPostBackDataHandler

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: CuteEditor

Assembly: CuteEditor (in CuteEditor.dll)

See Also

UploaderBase Members | CuteEditor Namespace