Tagged Questions
0
votes
1answer
24 views
Client object model get item by id “Item does not exist. It may have been deleted by another user”
I am getting error while i try execute list item by id
ClientContext clientContext = TokenHelper.GetClientContextWithAccessToken(sharepointUrl.ToString(), accessToken);
Web web = ...
0
votes
0answers
17 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
1answer
382 views
Current List view in SharePoint 2013 custom action
I am trying to create a custom list action for SharePoint (Office 365) and I need to get current list view. However if I add ribbon action I have some problems to finding currently selected list view. ...