<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>SPPurgeList</title><link>http://sppurgelist.codeplex.com/Project/ProjectRss.aspx</link><description>Allows you to purge the contents from any list or document library on WSS 2.0&amp;#47;SPS2003 or WSS 3.0&amp;#47;MOSS 2007.      If you need to retain a list&amp;#47;document library itself &amp;#40;Maintaining its original GUID&amp;#41; w...</description><item><title>A few questions: </title><link>http://www.codeplex.com/sppurgelist/Thread/View.aspx?ThreadId=7953</link><description>&lt;div class="wikidoc"&gt;
why don't you add this as a feature in my utility pack? &lt;a href="http://www.codeplex.com/spstipsUtilityPack" class="externalLink"&gt;http://www.codeplex.com/spstipsUtilityPack&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;also, you are doing extra loops. why not, instead of using two &amp;quot;foreach&amp;quot; loops, use one &amp;quot;while&amp;quot; loop:&lt;br /&gt; &lt;br /&gt;instead of:&lt;br /&gt; &lt;br /&gt;foreach (SPListItem item in list.Items)&lt;br /&gt;     hItems.Add(item.ID,null);&lt;br /&gt;foreach (int ID in hItems.Keys)&lt;br /&gt;     list.Items.DeleteItemById(ID);&lt;br /&gt; &lt;br /&gt;do :&lt;br /&gt;while(list.Items.Count&amp;gt;0)&lt;br /&gt;     list.Items&lt;a href="http://www.codeplex.com/sppurgelist/Wiki/View.aspx?title=0"&gt;0&lt;/a&gt;.Delete();&lt;br /&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>ishaisagi</author><pubDate>Thu, 08 Mar 2007 01:17:45 GMT</pubDate><guid isPermaLink="false">A few questions:  20070308011745A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/sppurgelist/Wiki/View.aspx?title=Home&amp;version=2</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;Allows you to purge the contents from any list or document library on WSS 2.0&amp;#47;SPS2003 or WSS 3.0&amp;#47;MOSS 2007.&amp;#13;&amp;#10;&amp;#13;&amp;#10;If you need to retain a list&amp;#47;document library itself &amp;#40;Maintaining its original GUID&amp;#41; without completely deleting the entire list&amp;#47;document library and re-creating, this tool can help.&amp;#13;&amp;#10;&amp;#13;&amp;#10;You could certainly use Web Folders &amp;#40;WebDAV&amp;#41; to clear the contents, but users stand the chance of accidentally deleting the contents of the forms folder which is not desirable.  As well, you could script and automate the task using this tool if you desired.&amp;#13;&amp;#10;
&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Background&lt;/b&gt;&lt;br /&gt;I had seen many requests for something like this on the microsoft.public.sharepoint.development&lt;i&gt;and&lt;/i&gt;programming newsgroup.  I could see a need for something simple to accomplish this, thus…here ya go .&lt;br /&gt;
&lt;/div&gt;</description><author>krichie</author><pubDate>Wed, 07 Mar 2007 22:22:22 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070307102222P</guid></item><item><title>CREATED RELEASE: 1.0 Production</title><link>http://www.codeplex.com/sppurgelist/Release/ProjectReleases.aspx?ReleaseId=2186</link><description>1.0 Release</description><author></author><pubDate>Wed, 07 Mar 2007 08:00:00 GMT</pubDate><guid isPermaLink="false">CREATED RELEASE: 1.0 Production 20070307080000A</guid></item></channel></rss>