Retrieving Items from a SharePoint List with subfolders using CAML Filtering - SharePoint-InfoPath.com


Retrieving Items from a SharePoint List with subfolders using CAML Filtering

Posted by techdhaan on December 18, 2010

When you run a CAML query to retrieve items from a SharePoint list, make sure that your CAML query tag does not include the <Query></Query> tags.   When you include this tag, the filters are disregarded and you will retrieve the entire list
e.g.
A caml query like this
<Query>
<Where>
<Eq>
<FieldRef... [read more]

Rating

4/5

Reviews

There are currently no comments or reviews.

Submit a review:

Login required.