Open SharePoint file for editing from WPF client application
-
Hi, I have a WPF application. We have a requirement where in user can add/edit a document to the Share Point document library from the WPF Client application. Using Front Page RPC we are successfully able to add the documents to the Share Point document library. After successfully uploading a document to the Share Point doc. library, an entry is made in the database which stores the File Name, SP File URL etc. To accomplish the EDIT functionality, we show a list of all the docs (from the DB) which were uploaded to the Share Point library. When user selects a file from the list & clicks on EDIT button we need to open the SharePoint file from the document library for editing. How do we open a SharePoint file for editing from a WPF client application (note: Share Point is not installed on the machine where the WPF application is used)? What's the best approach to accomplish this functionality?
Regards, Vipul Mehta