GetBizFormFileHandlerBaseProcessRequestBase Method |
Processes biz form file request.
Namespace: CMS.OnlineForms.InternalAssembly: CMS.OnlineForms (in CMS.OnlineForms.dll) Version: 12.0.0
Syntax protected void ProcessRequestBase(
HttpContextBase context,
string fileName,
string originalFileName,
string siteName
)
Parameters
- context
- Type: System.WebHttpContextBase
Handler context - fileName
- Type: SystemString
File name (as originally provided by the GetGuidFileName(String) method). - originalFileName
- Type: SystemString
File name for download (as originally provided by the GetOriginalFileName(String) method).
If invalid or not provided, the content disposition will use fileName value instead. - siteName
- Type: SystemString
Site name the corresponding form belongs to.
See Also