Hi,
I have deleted some items by code as below
SPListItem itemToDelete = list.GetItemById(listItemId)
itemToDelete.Delete();
itemToDelete.Delete();
I checked recycle bin but the items didn't found there.Is there any way to recover the deleted items.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Yogendra BhardwajPosted Feb 7, 2017, 12:10 AM
Prashant KumarPosted Feb 6, 2017, 6:38 AM