c# - How to access SharePoint files and folders from Win8? -
i developing win8 application interface sharepoint (i.e. open, close, update documents).
how access sharepoint files win8, using win8 share contract or other method?
you can use httpclient call rest servicrs exposed sharepoint , consume data. if want use csom need call csom functions dll , inclide dll in project. cannot include csom libraries directly in store app.
csom: client side object model
Comments
Post a Comment