<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>How to delete SPRecycleBin items?</title><link>http://blogs.msdn.com/nishand/archive/2008/06/07/how-to-delete-sprecyclebin-items.aspx</link><description>1: SPSite spSite = new SPSite( "http://nishand:100/sites/InternetSite/" ); 2: SPRecycleBinItemCollection collection = spSite.RecycleBin; 3: 4: for ( int x = 0; x &amp;lt; collection.Count ; x++) 5: { 6: collection[x].Delete(); x = x-1; 7: } 8: The above code</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>PowerShell : Poursuivons dans la gestion de SharePoint</title><link>http://blogs.msdn.com/nishand/archive/2008/06/07/how-to-delete-sprecyclebin-items.aspx#8582175</link><pubDate>Mon, 09 Jun 2008 01:16:17 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8582175</guid><dc:creator>Blog Technique de Romelard Fabrice</dc:creator><description>&lt;p&gt;Un besoin tr&amp;#232;s classique pour tout responsable de ferme SharePoint 2007 est la gestion des corbeilles.&lt;/p&gt;
</description></item></channel></rss>