1
vote
1answer
176 views

Delete list items and bypass recycle bin

I have a list with about 15,000 items and I need to empty it by permanently deleting everything in the list. I have other items in the recycle bin that I don't want to disturb. Here's the script I'm ...
0
votes
0answers
23 views

How to programatically delete an item when delete item is not enabled at a Web Application Level

At a Web Application level you can turn off the ability for a user to delete an item. If you do turn it off at that level is it possible to delete a file through a workflow or through custom code?
0
votes
1answer
1k views

creating event handler feature - OnDeleting

I'm trying to create a sandboxed event handler feature to handle the OnDeleting event of a task list in SharePoint 2010. I followed Microsoft's instructions. When I deploy the event receiver from ...