The recycle-bin tag has no wiki summary.
0
votes
1answer
19 views
Deleted site collection missing from recycle bin
We have been having some issues with restoring deleted site collections in our stage and prod 2010 SP1 environments. We have all of the default recycle settings configured, and have enabled the ...
0
votes
1answer
25 views
Recycle Bin Permissions
How do I control who can access the site collection recycle bin in 2013?
I know how to control the LINK using elements.xml, but I want to control the actual page. I want to give site owners ...
3
votes
1answer
37 views
Get actual item from SPRecycleBin
Similar to this question, I need to permanently delete only specific items from the recycle bin. I need to know more than just their names, however, and SPRecycleBinItem seems to have only have a ...
1
vote
2answers
124 views
Recycle bin - documents deleted
I have recycle on my site collection. There is also and event receiver which deletes some documents from library in ElevatedPrivileges block ( as System account). OnItemDeleting it's searching for ...
3
votes
1answer
914 views
Why do some brand new documents show up in user recycle bins as well?
SharePoint 2010 / SQL Server 2008 R2
Sometimes (but not always) when a user uploads or directly saves a new file into a document library in my environment that document saves to the desired location ...
0
votes
0answers
34 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 ...
1
vote
2answers
83 views
Why don't I gain disk space back when emptying the site collection recycle bin?
I'm trying to recoop some diskspace on a test SharePoint environment of mine. I've removed as much content as I can in the portal and also emptied the site collection recycle bin but the free space on ...
0
votes
0answers
71 views
Configure columns in recycle bin
Whenever I delete a task in Sharepoint 2010 it will be put in the recycle bin. If I want to restore the task and look in the recycle bin I only have the name column to identify my task. The problem is ...
0
votes
2answers
1k views
Emptying SharePoint Recycle Bin
Our SharePoint 2007 installation has a particularily immense First-Stage Recycle Bin. I wrote a PowerShell script a while back that deletes old items. Just for fun, that's posted below.
UPDATE2:
...
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 ...
5
votes
2answers
222 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 ...
1
vote
2answers
484 views
Recommended Site Collection Size and Recycle Bin Setting
I'm working in the SharePoint Online - Dedicated environment.
Based on some documentation that I have read concerning limitations of Web Applications, Content Database sizes I've gathered the ...
2
votes
4answers
292 views
Is there any event when restoring a SPWeb from the Site Recycle Bin
With SharePoint 2010 SP1 the Site Recycle Bin feature was introduced.
When a site is deleted it appears in this recycle bin. From there the user can restore the site.
Now, my problem is that I need ...
2
votes
3answers
1k views
Deleted SP group can't be recreated
I've deleted a group from a site; now when I try to create the group of the same name, it throws this error:
Error
The specified name is already in use.
Please try again with a new name.
...
2
votes
1answer
213 views
How to restore a folder deleted from Recycle Bin after SP1 upgrade?
Is it possible to restore a folder (in Document Library) deleted from Recycle Bin after SP1 upgrade? The folder was definitely present but vanished after SP1 upgrade. There are no traces of it in ...
1
vote
0answers
76 views
Encoding problems in SharePoint2007 recycle bin
I am having problems with the Encoding in SharePoint recycle bin.I have create an item with title "abcabc",after deletion I went to the recycle bin , I got "弓ᱜ同䢴ޛ翍⺉"as title in recycle bin.I think it ...
2
votes
1answer
733 views
Is it possible to search the Recycle Bins?
Is it possible to force a search crawler to crawl through the recycle bin(s) on a SharePoint 2010 system?
I'd like to allow my users to delete files/folders in document libraries but if someone ...
0
votes
2answers
275 views
How to disable “Delete Selection” option in 1st Stage Recycle Bin?
I have a following requirement in SharePoint 2010.
We need to disable the "Delete Selection" menu option from the recycle bin for SharePoint members. Is there any way to achieve this?