Tagged Questions
1
vote
1answer
442 views
Check Out, Update, then Check In a File in SharePoint Client Object Model
I would like to programatically update a SharePoint file by checkout/checkin.
I have written code that looks like it should do what I want it to do:
static void ...
0
votes
0answers
905 views
Copy file using javascript client object model - new version
I have a solution that adds a custom button to the ribbon in SharePoint 2010 and am using the javascript client object model behind the scenes to copy a file from Library A to Library B when the ...
4
votes
2answers
206 views
Is there a way to determine if the SharePoint version is 2007 or 2010 using Managed Client Object Model?
I am building an application that interacts with SharePoint 2010. It is a Silverlight application built on the Managed Client Object Model.
The application is set up on SharePoint like this: User ...