API for interacting with SharePoint from .NET, Silverlight, and JavaScript.
0
votes
3answers
71 views
Programmatically add item to sharepoint list from window application
How to add item to SharePoint list from window application using claim based authentication ?
it gives 401 forbidden error. user is authenticated from ADFS server.
0
votes
0answers
11 views
How to Enable intellisense for ecmascript cliennt object model in sharepoint 2010
I want to enable intellisense for ecmascript object model in sharepoint 2010.
Iam able to get some properties but not getting all the objects and properties.
like for below code iam only able to get ...
1
vote
1answer
34 views
Is it possible to check if a document has unique permissions using SP2010 Client Object Model
I have a 2010 site that has many documents in many different folders. I believe a number of them have broken permission inheritence. Is there a way i can code a C# console app to utilise client object ...
0
votes
0answers
8 views
How to fetch sharepoint “My Site” link in silverlight using client object model
I want to access Sharepoint "My Site" link in my silverlight application.
Is there any way to fetch "My Site" link using client object model in silverlight.
Please help and Thanks in Advance.
2
votes
1answer
113 views
Javascript get SharePoint List items, enumerate, and locate and pin each item on Bing Map
The map is rendering and debugging in IEf12 does not show any error with loading the list. I am using a CEWP referencing this file - SharePoint Online (Office 365). What's wrong with this code?
...
1
vote
2answers
73 views
SiteMap using ECMA script Client object model
Iam trying to create a sitemap for sharepoint sites to get a hierarchial structure of all the subsites within a site. but Iam only able to get sites of that site
eg: -Lets say i have created below ...
0
votes
1answer
14 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
66 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 ...
1
vote
1answer
113 views
How to modify user profile properties using javascript in SharePoint 2013 (Online)?
I need to modify user profile properties using javascript (REST or CSOM). How can I do that?
I don't see any methods in MSDN documentation about modifying profile properties without server code.
...
1
vote
2answers
45 views
Dispose in Client Object Model
Should objects be disposed when using the client object model? If so, which ones? There seems to be plenty of information on this for server side, but nothing from Microsoft specifically about ...
0
votes
0answers
69 views
Binding ListItem to DataView web part or GridView using Client Object Model (Jquery)
In SharePoint 2010 I need to get list items from a list and bind it to either DataView web part or SPGridView control on page. I need to do this using client object model (jquery). I am familiar with ...
3
votes
1answer
56 views
how to load a folder given just a ServerRelativeUrl using Microsoft.SharePoint.Client
In my application I have a url of a folder as retrieved by folder.ServerRelativeUrl() eg. /consulting/TeamSiteTemplate/Documents/
Now I want to get a list of folders inside this folder. I use this ...
0
votes
0answers
35 views
CSOM expand user / people field
I have a "Contact" person field and want to access the expanded properties of the field, name, account and work email.
With REST, you can use $expand and project fields like this:
...
1
vote
1answer
133 views
Error while pdating Master Page through JavaScript Client Object Model using SP 2013 App
I have created a Site Collection in SharePoint 2013 online.
In this site I am trying to update Master Page through JavaScript Client Object Model.
My JQuery scripts are able to change the Site Master ...
1
vote
1answer
46 views
Sharepoint Online - How do I retrieve document's social tagging information
Is there any way I can retrieve documents' social tags and notes using Client Object Model? I'm on the client side so I don't have access to Server Objects. I've been searching all around but found ...