Fetch items from the Recycle bin

The data managers, for example the NewsManager, are not responsible for storing information about what items have been sent to the Recycle bin, since the items are not moved but only marked as deleted. This is the responsibility of the Recycle Bin module, which is notified for all items that were moved in or out of the Recycle Bin through the Telerik.Sitefinity.Services.EventHub.

Get all items in the Recycle bin

To check what items are in the Recycle bin, use the IRecycleBinManager:

Get a single item from the Recycle bin

You could also get the specific IRecycleBinDataItem for the corresponding data item that is marked as deleted in the following way:

The IRecycleBinDataItem contains general information for each data item that was sent to the Recycle bin and Sitefinity CMS uses it to visualize the Recycle bin page in the backend.

Increase your Sitefinity skills by signing up for our free trainings. Get Sitefinity-certified at Progress Education Community to boost your credentials.

Web Security for Sitefinity Administrators

The free standalone Web Security lesson teaches administrators how to protect your websites and Sitefinity instance from external threats. Learn to configure HTTPS, SSL, allow lists for trusted sites, and cookie security, among others.

Foundations of Sitefinity ASP.NET Core Development

The free on-demand video course teaches developers how to use Sitefinity .NET Core and leverage its decoupled architecture and new way of coding against the platform.

Was this article helpful?