<?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>Knowledge Management and Social Web App Guru</description>
	<lastBuildDate>Wed, 10 Jun 2026 14:31:37 +0000</lastBuildDate>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.9</generator>
	<item>
		<title>By: ved</title>
		<link>http://www.jfwhome.com/2009/11/11/querying-subfolders-in-sharepoint-lists-using-spapi-and-getlistitems/comment-page-1/#comment-1320</link>
		<dc:creator><![CDATA[ved]]></dc:creator>
		<pubDate>Thu, 06 Jan 2011 13:48:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.jfwhome.com/?p=61#comment-1320</guid>
		<description><![CDATA[just use the path of folder from document ibrary i.e. 
If document ibrary = doclib then use as:

queryOption.InnerXml = 
&lt;code&gt;&lt;Folder&gt;doclib/folder/sub_folder/&lt;/Folder&gt;&lt;/code&gt;]]></description>
		<content:encoded><![CDATA[<p>just use the path of folder from document ibrary i.e.<br />
If document ibrary = doclib then use as:</p>
<p>queryOption.InnerXml =<br />
<code>&lt;Folder&gt;doclib/folder/sub_folder/&lt;/Folder&gt;</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ved</title>
		<link>http://www.jfwhome.com/2009/11/11/querying-subfolders-in-sharepoint-lists-using-spapi-and-getlistitems/comment-page-1/#comment-1319</link>
		<dc:creator><![CDATA[ved]]></dc:creator>
		<pubDate>Thu, 06 Jan 2011 13:44:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.jfwhome.com/?p=61#comment-1319</guid>
		<description><![CDATA[just use the path of folder from document ibrary i.e. 
If document ibrary = doclib then use as:

queryOption.InnerXml = &quot;doclib/folder/sub_folder/&quot;;]]></description>
		<content:encoded><![CDATA[<p>just use the path of folder from document ibrary i.e.<br />
If document ibrary = doclib then use as:</p>
<p>queryOption.InnerXml = &#8220;doclib/folder/sub_folder/&#8221;;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zafer</title>
		<link>http://www.jfwhome.com/2009/11/11/querying-subfolders-in-sharepoint-lists-using-spapi-and-getlistitems/comment-page-1/#comment-1284</link>
		<dc:creator><![CDATA[Zafer]]></dc:creator>
		<pubDate>Fri, 17 Dec 2010 21:41:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.jfwhome.com/?p=61#comment-1284</guid>
		<description><![CDATA[It&#039;s not working it returns all items and folders from the whole list, its like its been set to be recursive, any idea ?

thanx heap]]></description>
		<content:encoded><![CDATA[<p>It&#8217;s not working it returns all items and folders from the whole list, its like its been set to be recursive, any idea ?</p>
<p>thanx heap</p>
]]></content:encoded>
	</item>
	<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><![CDATA[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><![CDATA[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 &quot;ows_FileDirRef&quot; has the folder id added to the front like this &quot;17;#listName\folderName\subFolder&quot;, so if you want to use it you have to remove it with something like &quot;result.Substring(result.IndexOf(&#039;#&#039;)+1)&quot;]]></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(&#8216;#&#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><![CDATA[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><![CDATA[thanks man, I was also having a hard time with this - i&#039;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 &#8211; i&#8217;m hating sharepoint at the moment but at least your article saved me a struggle.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
