2
Reply

Restore deleted item

Abhay Shanker

Abhay Shanker

Feb 4 2017 1:54 PM
292
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)