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

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

Parameters

parentFolder
Type: SystemString
Parent folder which is located under the temporary files root folder
scopeGuid
Type: SystemGuid
Parent scope GUID

Return Value

Type: String
See Also