TempFileInfoProviderGetTempFilesFolderPath Method (String, String) |
Returns physical path to the folder where temporary files are located.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax 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:
StringSee Also