Tagged Questions
1
vote
0answers
9 views
Design Package import SharePoint 2013 using App Installed event CSOM
In SP2013, I am trying to import and export the design package from one site to other site using AppInstalled event using CSOM.
I am not able to get the context of source site to import the design ...
0
votes
0answers
26 views
How to set Navigational properties through App event receiver in SP2013
I am trying to set the navigational properties in SP2013 autohosted app. I am doing this at App installed receiver. I have written below code for that, which is failing with error message:
- The ...
0
votes
2answers
90 views
SP2013 CSOM, am I missing something?
The CSOM samples from Microsoft.. the samples I find online.. blog posts and resources.. ALL seem to use CSOM from a C# app.
If the push is to write Apps and use a client-side model, why are there no ...
0
votes
1answer
20 views
SP2013 App icon not rendered, only App link is displayed + how we can set the sliding transparent hover text over App icon?
I am facing an App Icon related issue.
I am creating SharePoint Hosted App which I am deploying to SP 2013 Developer site.
By default any app will have the AppIcon set under Images folder. Also it is ...
0
votes
2answers
126 views
accessing the SP2013 Site Settings-->Master Page/Navigation settings etc using CSOM (client side object model)
I want to access the SP2013 Site Settings-->Master Page/Navigation settings etc using CSOM (client side object model) using JavaScript or REST service or Webservice which I can call from Javascript.
...
-1
votes
1answer
248 views
Why not use Sharepoint 2013 as just a backend for REST / CSOM clients?
This might sound a bit extreme, but now that REST / CSOM API's are more fully featured, why not just write web apps in whatever framework you're comfortable with and utilize the REST / CSOM API's ...
3
votes
0answers
131 views
Previous versions of ListItem with CSOM
When using Client-Side Object Model for SharePoint 2013, how can I access previous versions of List Item?