TempFileInfoProviderGetTempFilesFolderPath Method (String, Guid) |
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,
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:
StringSee Also