Click or drag to resize
TempFileInfoProviderGetTempFilePath Method (String, String, Int32, String)
Returns physical path to the specified temporary file.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public static string GetTempFilePath(
	string parentFolder,
	string scopeFolder,
	int fileNumber,
	string fileExtension
)

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
fileNumber
Type: SystemInt32
Temporary file number
fileExtension
Type: SystemString
Temporary file extension

Return Value

Type: String
See Also