Browse by Tags

All Tags » CAML (RSS)

MOSS, Sharepoint Object Model and CAML: Recursive search (search in subfolders) in document libraries and lists by Adis Jugo

One of the nice features in SharePoint Object Model is querying lists and document libraries with CAML queries with GetItems method. One of the overloads of this method allows (a part of a) CAML query as parameter SPList.GetItem(SPQuery), meaning everything...

Using CAML to query Sharepoint lists over Lookup fields by Adis Jugo

If you have ever tried to query a SharePoint List, over a LookupList value with CAML, you know that the "supposed" CAML way to do it is over the "Title" field of the LookupList values. For example, if we want to query the sharepoint...
Filed under: , , ,