0
votes
1answer
129 views

App issue with SharePoint 2013 Developer Site

In SharePoint 2013 Developer Site: I am installing an app to my site and it worked fine with default stuff. I added some custom .js file in this app which will set the master page of site coll and ...
2
votes
1answer
218 views

How to get SpWebApplication level property bag using ClientContext?

is it possible to get SPWebApplication level property bag using JavaScript ClientContext? Code example will be appreciated. Fine Regards
5
votes
4answers
786 views

How to access a Web application/Farm level property bag via jQuery/Javascript/ClientContext

It it possible to access the Web application/Farm level property bag using jQuery/Javscript/ClientContext? If not, then what are the possible alternatives to access Web Application Farm level property ...