Click or drag to resize
ForumsUploader Class
Multifile forums uploader class for Http handler.
Inheritance Hierarchy
SystemObject
  CMS.Forums.Web.UIForumsUploader

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

The ForumsUploader type exposes the following members.

Constructors
  NameDescription
Public methodForumsUploader
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