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).

How to get all folder AND items from a sharepoint list?

I have a list containing folders and items. The folders are a specific content type based on folder, but with …

c# sharepoint-2010 caml
Datetime comparison in CAML Query for Sharepoint

i'm trying to have some item from a sharepoint list, depends on date in a custom column. I've created my …

c# sharepoint web-parts caml
MAX query using CAML

I want to select a sharepoint list item which has the Maximum value for a particular column. How can I …

sharepoint moss caml
CAML Query Comparing DateTime with Eq

I'm trying to put together a CAML Query that compares two DateTime objects, but I cannot get it to work …

.net sharepoint infopath caml
Sharepoint 2010 client object model with camlQuery - file download but no content / 0 byte

I'm trying to download a txt file from a subfolder within a folder in a document library. I'm using camlQuery …

c# sharepoint-2010 caml sharepoint-clientobject
C# CAML query to sharepoint returns all items in the list (instead of only ones that mach query value)

I have the following code in my app to pull details from a sharepoint list. string siteUrl = "http://SHAREPOINTURL"; ClientContext …

c# sharepoint caml
How to get the latest item created by a specific user by CAML query

I am trying to get the most recent item created by a specific user by CAML query but it seems …

c# sharepoint caml splistitem
CAML "NOT IN" query

Is there a way to do something like "NOT IN" behavior in SharePoint 2010? I can easily implement IN behavior like …

sharepoint caml
"does not contain" in CAML?

In CAML I can query SharePoint Listitems using the "Contains"-element, but there is no "does not contain"-element I …

sharepoint caml listitem
How to do double orderby in CAML Query?

I am using camel query in visual studio c# to get items from a list from sharepoint 2010. The list items …

c# sharepoint-2010 caml