Hi Byzza,
There is no built-in Recycle bin. Once you click "Delete" the object is delete from the memory and database immedetally.
You could create a custom table in the database and once a object is deleted, save all data to the database. This will
allow you to restore all deleted objects if necessary.
You could track when an item is being deleted by using the CommandName of Executed event of ContentManager(content items) or CmsManage(pages). You should add
your code in custom dll or inside Global.asax, Application_Start. This will ensure tha your code will be called every time.
Yo may find the following samples useful
Track who deleted a page
http://www.sitefinity.com/support/forums/sitefinity-3-x/developing-with-sitefinity/create-title-programmatically-from-another-metafields.asp
All the best,
Ivan Dimitrov
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items.