TempFileInfoProvider DeleteTempFiles Method (String, DateTime)Kentico 8.0 API Reference
Deletes old temporary files from the specified parent folder.` `.

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
olderThan
Type: OnlineSystem DateTime
All temporary files older than this date/time are deleted
See Also