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
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
Post a Comment