Click or drag to resize
ContentUploader Class
Multi-file content uploader class for Http handler.
Inheritance Hierarchy
SystemObject
  CMS.DocumentEngine.Web.UIContentUploader

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

The ContentUploader type exposes the following members.

Constructors
  NameDescription
Public methodContentUploader
Top
Properties
  NameDescription
Protected propertyAutoCheck
Indicates if check-in/check-out functionality is automatic
Public propertyIsReusable
Gets a value indicating whether another request can use the System.Web.IHttpHandler instance.
Protected propertyTreeProvider
Tree provider instance.
Protected propertyVersionManager
Gets Version manager instance.
Protected propertyWorkflowManager
Gets Workflow manager instance.
Top
Methods
  NameDescription
Public methodProcessRequest
Processes the current request
Top
See Also