Click or drag to resize
FormHelperGetBizFormTempFilesFolderPath Method
Gets BizForm temporary files folder physical path based on GetTempFilesRootFolderPath(String).

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 12.0.0
Syntax
C#
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: String
Returns folder path for form's temporary files.
See Also