caml
Retrieve all Master Pages for a SharePoint Site?
How can I determine programmatically what master pages (custom and OOTB) that are available for to use for a web site in SharePoint?[详细]
2022-12-10 23:07 分类:问答How to filter list using CAML query from a custom search field?
Background I\'m configuring a custom WSS application that focuses 开发者_开发百科around one main list. I want to replace the top sharepoint search box with my custom search. After clicking on search[详细]
2022-12-10 17:46 分类:问答Accessing last record in a sharepoint list via CAML query
i ve some problem in accessing last record from s开发者_开发技巧harepoint list through CAML query,can any one help me in this regrad;i have a sample list called \'MainHeads\' which contains the inform[详细]
2022-12-10 16:21 分类:问答WSS GetListItems Not Returning Folders without Inherited Permissions when Calling with GUID
WSS 3.0 List Service I am running GetListItems() on a Picture Library (name Pictures) using the follow CAML query:[详细]
2022-12-10 15:10 分类:问答Get items from sharepoint list by Title field with ignore care using Caml or SPQuery
I want to get data from SharePoint List using CAML and filtered 开发者_运维知识库by Title with ignore case like[详细]
2022-12-10 06:23 分类:问答SharePoint CAML search on Modified By
What do I use in the value to return results using the following开发者_JS百科 CAML query in MOSS2007?The query is currently not returning any results.I have tried using the Account Name and the name d[详细]
2022-12-10 03:57 分类:问答CAML query that includes folders in result set
I\'m trying to write a CAML query that executes aga开发者_如何学Goinst a specific SPList, scoped to a specific folder, recursive from that point, and returns all ListItems (which meet a criteria) and[详细]
2022-12-08 22:04 分类:问答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 condition, and my query looks lik开发者_Python百科e this:[详细]
2022-12-08 19:42 分类:问答