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

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

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