The text of this article is not in this database — only its details are. The old site it was published on is gone, but the Internet Archive kept a copy: Client Object Model and its Equivalent Objects in SharePoint 2010
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment
It is the same account you read, post and publish with — and you will come straight back to this page.

ManuraPosted Aug 21, 2013, 5:47 AM
I'm new to SharePoint and using SharePoint Foundation server 2010 to save files using client object model. The application will list the files in the server using MVC4 UI. To retreive the files and folders I use SharePoint 2010 client object model. I want to implement the Edit feature for the word and excel documents which is already available when we access SharePoint site directly through IE. Simply I just want to open the file and save changes to the server when we save it or close the program. Is it possible to do using client object model. I can open the file but not save the changes to the server. I google it to find a solution but yet not succeeded. If anybody knows how to do it please answer. Thanks in advance