Click or drag to resize
TempFileInfoProviderGetTempFilesFolderPath Method (String, String)
Returns physical path to the folder where temporary files are located.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public static string GetTempFilesFolderPath(
	string parentFolder,
	string scopeFolder
)

Parameters

parentFolder
Type: SystemString
Parent folder which is located under the temporary files root folder
scopeFolder
Type: SystemString
Scope folder which is located under the parent folder

Return Value

Type: String
See Also