GetBizFormFileServiceBaseGetFileServiceResultBase Method |
Processes biz form file request.
Namespace: CMS.OnlineForms.InternalAssembly: CMS.OnlineForms (in CMS.OnlineForms.dll) Version: 13.0.131
Syntax protected CMSActionResult GetFileServiceResultBase(
string fileName,
string originalFileName,
string siteName
)
Parameters
- 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.
Return Value
Type:
CMSActionResultSee Also