Click or drag to resize
SharePointMultiFileUploaderProcessRequest Method
Processes the upload request.

Namespace: CMS.SharePoint
Assembly: CMS.SharePoint (in CMS.SharePoint.dll) Version: 9.0.0
Syntax
C#
public void ProcessRequest(
	HttpContext context
)

Parameters

context
Type: System.WebHttpContext
HttpContext of the current request

Implements

IHttpHandlerProcessRequest(HttpContext)
See Also