| SharePointMultiFileUploader Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CMS.SharePoint.Web.UI
 Syntax
Syntaxpublic class SharePointMultiFileUploader : IHttpHandler
The SharePointMultiFileUploader type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | SharePointMultiFileUploader | 
 Fields
Fields| Name | Description | |
|---|---|---|
|   | DEFAULT_JS_MODULE_NAME | 
            Name of the default JS module that handles the returned JS commands
             | 
|   | SHAREPOINT_FILE_ID_PARAMETER_NAME | 
            Name of the SharePointFile ID NameValuePair in the AdditionalParameters collection
             | 
|   | SHAREPOINT_LIBRARY_ID_PARAMETER_NAME | 
            Name of the SharePointLibrary ID NameValuePair in the AdditionalParameters collection
             | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | IsReusable | 
            Gets a value indicating whether another request can use the System.Web.IHttpHandler instance.
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | ProcessRequest | 
            Processes the upload request.
             | 
 See Also
See Also