Deletes all the temporary files with number between lower and upper boud from the given parent scope.
            
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- parentFolder
 - Type: 
System String
Parent folder which is located under the temporary files root folder 
- scopeGuid
 - Type: 
System Guid
GUID of the parent scope 
- lowerBound
 - Type: 
System Int32
Number of temporary file which should be deleted as the first 
- upperBound
 - Type: 
System Int32
Number of the temporary file which should be deleted as the last 
See Also