Abhay Shanker

Abhay Shanker

  • 204
  • 8.6k
  • 4.3m

Restore deleted item

Feb 4 2017 1:54 PM
Hi,
 
I have deleted some items by code as below
 
SPListItem itemToDelete = list.GetItemById(listItemId)
itemToDelete.Delete();

I checked recycle bin but the items didn't found there.Is there any way to recover the deleted items.
 

Answers (2)