TempFileInfoProviderDeleteTempFiles Method (String, Guid) |
Deletes all temporary files for the given parent scope.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax public static void DeleteTempFiles(
string parentFolder,
Guid scopeGuid
)
Parameters
- parentFolder
- Type: SystemString
Parent folder which is located under the temporary files root folder - scopeGuid
- Type: SystemGuid
GUID of the parent scope
See Also