FormHelperGetBizFormFilesFolderPath Method |
Returns BizForm files folder physical path according to 'CMSBizFormFilesFolder' settings key.
Namespace: CMS.FormEngineAssembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 12.0.0
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 the web application physical path is used.
Return Value
Type:
StringSee Also