How delete all items/empty recycle bin of a SharePoint site?

Delete all items/empty recycle bin of a SharePoint site:


You can delete all the items of recycle bin using below tips
The below trick will work in SharePoint 2007-2013/classic mode of SharePoint.
1. Opent recycle bin of SP site
2. Enter javascript:emptyItems() in the search bar/browser adress bar
3. One pop-up will open like Do you want to delete all items of recycle bin ? 
if click OK then it will delete all items from the recycle bin otherwise CANCEL will return to recycle bin page

In Latest version there is button for emptying recycle bin

Comments

Popular posts from this blog

Get list item entity type full name of a SharePoint list using REST API

Get SharePoint list name by GUID

Get Current Web Logged In User of SharePoint Site in jQuery