FormHelperGetBizFormTempFilesFolderPath Method |
Namespace: CMS.FormEngineAssembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 13.0.131
Syntax public static string GetBizFormTempFilesFolderPath(
string webFullPath = null
)
Parameters
- webFullPath (Optional)
- Type: SystemString
Physical path to the root of the web project (e.g. c:\WebProject\). If it is not specified the web application physical path is used.
Return Value
Type:
StringReturns folder path for form's temporary files.
See Also