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

Namespace: CMS.MediaLibrary
Assembly: CMS.MediaLibrary (in CMS.MediaLibrary.dll) Version: 9.0.0
Syntax
C#
public class MediaLibraryUploader : IHttpHandler, 
	IRequiresSessionState

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