caml
querying whole site collection sharepoint
I have a webpart which is 2-3 subsites down the top level site. I need to query the list which is in top site collection and one at the same level,I guess its possible through SPSiteDataquery...I ha开[详细]
2022-12-17 11:41 分类:问答Retrieve all items from a SharePoint Field Choice Column with using ObjectModel
I know a similar question has already been asked, but that retrieves all the items for Choice field using Sharepoint Object Model. I dont have object model available to me. I want to do this using CAM[详细]
2022-12-17 11:00 分类:问答Sharepoint dynamic caml query problem?
I want to dynamic caml query based on query string.Let me explain it with example my query sting can be anything[详细]
2022-12-15 00:31 分类:问答SQL IN equivalent in CAML
Is there a \"nice\" way to create a CAML query for SharePoint that does something like this? SELECT * FROM table[详细]
2022-12-14 07:08 分类:问答Create list in existing site collection from a feature
I have created a feature, a publishing site, in Visual Studio to MOSS - this feature contains a masterpage, some page-templates, some site columns (grouped to match each page-template) and som custom[详细]
2022-12-14 03:29 分类:问答SharePoint list CAML query using CONTAINS
I\'m trying to query a SharePoint list using the following CAML query in a webpart. I have tested the query in U2U CAML Query Builder and Stramit CAML Viewer and it works fine, only returning the matc[详细]
2022-12-14 00:27 分类:问答SharePoint field not showing in Display/Edit/New pages
I\'ve written a schema for a list that only needs to add one column to the default custom list which is a number field called months. The field is shown on the default view and is indeed created on th[详细]
2022-12-13 11:06 分类:问答Deleting record in sharepoint list
I want to delete records in list view in sharepoint. This shoul开发者_开发技巧d only be a logical delete the actual data itself should not be deleted . How to accomplish thsi ?[详细]
2022-12-13 09:14 分类:问答CAML Query find records where parameter does not exist?
I have a sharepoint list which has several fields.It seems that when a field is left blank on one of the records - that attribute is missing on the field when I query the list using a CAML Query.[详细]
2022-12-11 20:35 分类:问答CAML Query Documents for Workflows
I\'m usi开发者_JAVA百科ng Sharepoint 2007. Is there a way to CAML query documents (in this example with a ContentType of Invoice) that do not have any workflows assigned to them?[详细]
2022-12-11 19:17 分类:问答