FormHelperGetBizFormFilesFolderPath Method |
Returns BizForm files folder physical path according to 'CMSBizFormFilesFolder' settings key.
Namespace: CMS.FormEngineAssembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 8.2.23
Syntax public static string GetBizFormFilesFolderPath(
string siteName,
string webFullPath = null
)
Parameters
- siteName
- Type: SystemString
Site name - webFullPath (Optional)
- Type: SystemString
Physical path to the root of the web project (e.g. c:\WebProject\), if it is not specified web application physical path is used (optional)
Return Value
Type:
StringSee Also