TempFileInfoProvider GetTempFilePath Method (String, String, Int32, String)Kentico 8.0 API Reference
Returns physical path to the specified temporary file.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

parentFolder
Type: OnlineSystem String
Parent folder which is located under the temporary files root folder
scopeFolder
Type: OnlineSystem String
Scope folder which is located under the parent folder
fileNumber
Type: OnlineSystem Int32
Temporary file number
fileExtension
Type: OnlineSystem String
Temporary file extension

Return Value

Type: OnlineString
See Also