Click or drag to resize
ImportExportHelperGetTemporaryFolder Method
Returns Temporary folder physical path.

Namespace: CMS.CMSImportExport
Assembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 9.0.0
Syntax
C#
public static string GetTemporaryFolder(
	string webFullPath
)

Parameters

webFullPath
Type: SystemString
Full path to the root of the web project (e.g. c:\WebProject\)

Return Value

Type: String
See Also