Tagged Questions
0
votes
0answers
11 views
Is it Possible to create Client Web Part enum property dynamically?
I am creating an AutoHosted App using CSOM technology. I want to set the ClientWebPart Property dynamically.
I want to add enum property Dynamically. App will bring all the list name from my AppWeb ...
1
vote
0answers
22 views
Get list of installed apps using Client Object Model
I have been trying hard to find any example, resource which explains how to get a list of installed apps in SharePoint 2013 environment using Client Object Model. So far I have found nothing.
Could ...
1
vote
1answer
26 views
ClientContext.Load on data that is already loaded
I need clarification how does ClientContext.ExecuteQuery method works in client context. For example if I use ClientContext.Load to load the data that is already initialized - will it make an request ...
0
votes
1answer
10 views
Retrive value of a url field using client object model
I want to get the value of a URL field type using client object model. As I am working with share point app so can't use the server object model. Can anyone please hepl me out.
Thanks
1
vote
1answer
43 views
Accessing files in SharePoint AutoHosted App 2013
I am creating an AutoHosted App in SP 2013 and trying to access the file under one folder of remote Web ( need to pick the file from current project directory location and pass that file to another ...
0
votes
1answer
89 views
SharePoint 2013 App Part : Dynamically set values for the tool part panel controls on serverside
How can I dynamically fill a dropdown list in a Tool Part panel of a SharePoint 2013 app part?
What I want to achieve:
User checks a checkbox
Dropdown appears
The list items in this dropdown are ...
0
votes
1answer
84 views
Getting user email from a List Item column using Javascript
I am creating a Hosted app using NAPA on Sharepoint 2013 (Office365). I need to retrive a user from a list column and get the user's email.
SP.List.getItems with a query returns a listEnumerator ...
0
votes
1answer
110 views
Get current language via Client Object Model
I need to get the current display language of a web via Client Object Model (C#) from a provider-hosted App. The app runs inside a Client Web Part (IFrame). I am aware of this solution but think it is ...
1
vote
0answers
126 views
How to get a client context for App in provider-hosted Apps?
I use a provider hosted Apps, so need to work with an App Web and Lists.
Could anybody provide a code snippet to get ClientContext() of the App?
Can I do something like this?
Uri appWeb = new ...
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 ...
3
votes
2answers
1k views
SharePoint 2013 Call the REST API from SharePoint hosted app
I've successfully deployed a SharePoint hosted app to office 365 and my local on premise installation. All the app aims to do is call the REST API for the user profile manager to get the profile ...
0
votes
2answers
140 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.
...
0
votes
0answers
191 views
current user is always is administrator on a SharePoint App
I have tried following solution to check the current user's permissions on the current host web in a SharePoint hosted app, however the user is always administrator.
function sharePointReady() {
...