Monday, July 5, 2010

CAML Dual Tags

In working with CAML in SharePoint, I had to add dual tags around the query. It looks like this:

<query>
   <Query>
      . . .
   </Query>
<query>

Had to do this in order to get the web service call to recognize the query. It looks like the query is escaped (like I did when I created this blog) unless you do this.

No comments:

Post a Comment