Click or drag to resize
MediaLibraryUploader Class
Multifile media library uploader class for Http handler.
Inheritance Hierarchy
SystemObject
  CMS.MediaLibrary.Web.UIMediaLibraryUploader

Namespace: CMS.MediaLibrary.Web.UI
Assembly: CMS.MediaLibrary.Web.UI (in CMS.MediaLibrary.Web.UI.dll) Version: 10.0.0
Syntax
C#
public class MediaLibraryUploader : IHttpHandler

The MediaLibraryUploader type exposes the following members.

Constructors
  NameDescription
Public methodMediaLibraryUploader
Top
Properties
  NameDescription
Public propertyIsReusable
Gets a value indicating whether another request can use the System.Web.IHttpHandler instance.
Top
Methods
  NameDescription
Public methodProcessRequest
Processes request
Top
See Also