Tagged Questions
0
votes
0answers
33 views
How Do I Recycle a Folder to Site Recycle Bin and not Site Collection Recycle Bin?
I have written some C# code which will recycle a folder based on the path it is passed, however, when it is executed the folder goes to the SiteCollection recycling bin and not the first level ...
0
votes
2answers
121 views
How to know old id of item in recycle bin?
I need know old id of item in recycle bin or is there any way how to save its id in this item before deleting. When item is deleted, a new SPRecycleBinItem is created in Recycle Bin. And the only ...