Top "Caml" questions

CAML (Collaborative Application Markup Language) is an XML based markup language used with the family of Microsoft SharePoint technologies (Windows SharePoint Services and Office SharePoint Server).

CAML IN operator and AND operator with multiple condition

The Following CAML Query Not Working for me.. I am not aware much about sharepoint platform. i am using SP 2007 …

sharepoint sharepoint-2007 caml
Accessing last record in a sharepoint list via CAML query

i ve some problem in accessing last record from sharepoint list through CAML query,can any one help me in …

sharepoint caml
Sharepoint Deleting an Item from a list using UpdateListItems WebService

I am trying to delete an item from a list and have the following xml <Batch PreCalc='TRUE' OnError=…

sharepoint moss wss caml
Field not displaying on list with Content types Inherits="False"

I've defined a content type 'related links' and set Inherits="False" and added line to remove out-of-the-box 'title' field as …

list sharepoint-2010 caml contenttype
How to get all folders in a SPList, then checking permission "Contribute" for current user

I have a sharepoint list like that: List ---------Folder 1 -----------------Item 1 -----------------Item 2 ---------Folder 2 -----------------Item 1 -----------------Item 2 ---------Folder 3 -----------------Item 1 -----------------Item 2 How can I …

sharepoint caml spquery
SharePoint CAML OrderBy Modified does not work

I have made a query against a list. I want to get the last modified item which meets a certain …

sharepoint caml
How to get sharepoint folder by name using CamlQuery

So I need to rename a sharepoint folder in a plugin from crm. The name of the folder is a …

c# sharepoint sharepoint-2010 dynamics-crm-2011 caml
CAML Query not ordering properly

Can anyone help me with this CAML query? When I flip the Ascending attribute from TRUE to FALSE (have also …

sharepoint caml
Using CAML to compare SharePoint "Person or Group" fields

I have a SharePoint 2007 (MOSS) list with 2 "Person or Group" columns which I would like to compare, essentially: SELECT * FROM …

sharepoint sharepoint-2007 caml
Sorting List Items (Latest one first)

I am having trouble displayin the values of list itmes in the proper order. The following are the fields in …

c# sharepoint-2010 foreach caml listitem