Click or drag to resize
FormHelperGetBizFormFilesFolderPath Method
Returns BizForm files folder physical path according to 'CMSBizFormFilesFolder' settings key.

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 8.2.23
Syntax
C#
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: String
See Also