Tagged Questions
0
votes
1answer
15 views
ProcessBatchUpdate has no effect
I have an application I am working on that uses an Event receiver to propagate metadata to a document library. I am trying to use SPWeb.ProcessBatchUpdate to copy the metadata back.
my code looks like ...
0
votes
1answer
41 views
SharePoint 2013: Creating Site Columns using CAML
I had a SharePoint solution which is working perfectly in SharePoint 2007 and SharePoint 2010.
The solution contained Site Columns that were created using CAML (XML Files). Further I created a ...
1
vote
1answer
116 views
grabbing a column from a list
I'm having an issue when I'm trying to grab a column I made in the tasks list (it's a lookup column). for some reason when i'm try to access it with javascript i always get an exception that it isn't ...
0
votes
3answers
547 views
how to check CamlQuery results
.I am running below query against a sharepoint list.
How to check the results of below Camlquery? cPop is set with value 'AboutUs'.
Result is always zero records although list has valid matching ...
0
votes
0answers
106 views
Read Shared Documents from Sharepoint 2010 in .Net Framework 4.0 application
I have to read Shared Documents from all sites/subsites of Sharepoint in my Console application which will run on the same machine where Sharepoint is installed but it will be based on .Net Framework ...
0
votes
0answers
72 views
CAML : How to Join Two List in CAML Query? [duplicate]
Possible Duplicate:
How can I Create a join between two sharepoint custom list using CAML Query?
I have been asked this question in interviews a lot and I am still trying to figure out what ...
