Click or drag to resize
TempFileInfoProviderGetTempFilesRootFolderPath Method (String)
Returns physical path to the root folder of all temporary files.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public static string GetTempFilesRootFolderPath(
	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