In a previous post, I talked about the SPQuery and the CAML query builder. One common problem that you may…
Tag Archives: caml
How to: Create a SP2010 view filtered by Group
We all know that it is easy to create a view that only displays list items to specific users. You…
How to: Programmatically create a SP2007 list view
In order to programmatically create a new view in SP2007, you need to get a reference to the list, get…
How to: Work with the SPQuery
The SPQuery will be in Caml format. You can use one to get a collection of items from a list…
Basics: Interact with SharePoint 2010 Data (post 1 – Web Services & CAML)
Working with the SharePoint platform you will quickly realise that the easiest and probably best and most direct way to…