IMPORTANT: This version of Sitefinity CMS is out of support and the respective product documentation is no longer maintained and can be outdated. Use the version selector to view a supported product version.
When a data item is sent to the Recycle bin through the IRecycleBinService, a scheduled task for its permanent deletion is created. The scheduled task is of type PermanentDeleteTask and contains a serialized information needed to identify the RecycleBinDataItem to be used for permanent deletion and the due date of the task.
Since the permanent deletion tasks are tightly coupled with the existing RecycleBinDataItems, there is an abstraction layer for recreating or deleting permanent delete tasks named IPermanentDeleteTaskService. Following is an example how to recreate all scheduled tasks or permanent delete of all existing RecycleBinData items. This happens every time the retention policy for items in the Recycle bin is changed from the configurations screen since the due date for the task is set on its creation.
Back To Top
To submit feedback, please update your cookie settings and allow the usage of Functional cookies.
Your feedback about this content is important