| FormHelperGetBizFormFilesFolderPath Method | 
            Returns BizForm files folder physical path according to 'CMSBizFormFilesFolder' settings key.
            
 
Namespace: CMS.FormEngineAssembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 13.0.131
 Syntax
Syntaxpublic 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: 
String See Also
See Also