<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	>
<channel>
	<title>Comments on: Querying subfolders in SharePoint lists using SPAPI and GetListItems()</title>
	<atom:link href="http://www.jfwhome.com/2009/11/11/querying-subfolders-in-sharepoint-lists-using-spapi-and-getlistitems/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jfwhome.com/2009/11/11/querying-subfolders-in-sharepoint-lists-using-spapi-and-getlistitems/</link>
	<description>Extraneous Thought Repository</description>
	<pubDate>Thu, 29 Jul 2010 15:50:10 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: devin</title>
		<link>http://www.jfwhome.com/2009/11/11/querying-subfolders-in-sharepoint-lists-using-spapi-and-getlistitems/comment-page-1/#comment-366</link>
		<dc:creator>devin</dc:creator>
		<pubDate>Wed, 19 May 2010 14:05:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.jfwhome.com/?p=61#comment-366</guid>
		<description>Thanks a bunch. This helped me a lot too. 
Also just to note, I was running this using the folder path from another query and when getListItems returns the results "ows_FileDirRef" has the folder id added to the front like this "17;#listName\folderName\subFolder", so if you want to use it you have to remove it with something like "result.Substring(result.IndexOf('#')+1)"</description>
		<content:encoded><![CDATA[<p>Thanks a bunch. This helped me a lot too.<br />
Also just to note, I was running this using the folder path from another query and when getListItems returns the results &#8220;ows_FileDirRef&#8221; has the folder id added to the front like this &#8220;17;#listName\folderName\subFolder&#8221;, so if you want to use it you have to remove it with something like &#8220;result.Substring(result.IndexOf(&#8217;#')+1)&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://www.jfwhome.com/2009/11/11/querying-subfolders-in-sharepoint-lists-using-spapi-and-getlistitems/comment-page-1/#comment-340</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Thu, 01 Apr 2010 08:20:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.jfwhome.com/?p=61#comment-340</guid>
		<description>thanks man, I was also having a hard time with this - i'm hating sharepoint at the moment but at least your article saved me a struggle.</description>
		<content:encoded><![CDATA[<p>thanks man, I was also having a hard time with this - i&#8217;m hating sharepoint at the moment but at least your article saved me a struggle.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
