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).
I have a list containing folders and items. The folders are a specific content type based on folder, but with …
c# sharepoint-2010 camli'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 camlI want to select a sharepoint list item which has the Maximum value for a particular column. How can I …
sharepoint moss camlI'm trying to put together a CAML Query that compares two DateTime objects, but I cannot get it to work …
.net sharepoint infopath camlI'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-clientobjectI have the following code in my app to pull details from a sharepoint list. string siteUrl = "http://SHAREPOINTURL"; ClientContext …
c# sharepoint camlI am trying to get the most recent item created by a specific user by CAML query but it seems …
c# sharepoint caml splistitemIs there a way to do something like "NOT IN" behavior in SharePoint 2010? I can easily implement IN behavior like …
sharepoint camlIn CAML I can query SharePoint Listitems using the "Contains"-element, but there is no "does not contain"-element I …
sharepoint caml listitemI am using camel query in visual studio c# to get items from a list from sharepoint 2010. The list items …
c# sharepoint-2010 caml