API for interacting with SharePoint from .NET, Silverlight, and JavaScript.
0
votes
0answers
10 views
SharePoint 2013 - How to add an action to a Callout
I want to add a custom action on the default Callout for Document Libraries.
The only instructions I could find on this subject show how to override the entire FooterTemplate on an existing Callout ...
0
votes
1answer
13 views
Client Object Model, wait for a list to load
I'm writing some javascript that modifies a SharePoint list, I've added it to the page using JSLink. Sometimes the script fails because the list appears not to have fully loaded. If I add an alert ...
0
votes
0answers
16 views
SharePoint 2013 custom TimerJob gets no results from list but same code as a console program returns results
Can anyone provide any ideas on why the below query returns nothing when inside a custom timer job. But when run from a console program it returns results. Note, both console program and OWSTimer.exe ...
0
votes
1answer
26 views
How do programmatically store the sharepoint document library document to local machine?
i have one question. How do pro-grammatically store the sharepoint document library document(eg Image.png) to local machine(D:/Images)?? Anybody have a solution???
0
votes
0answers
13 views
Add an app from the corporate catalog using client object model
I want to install an app that is in my corporate catalog using the client object model. I've found that I can install an app when I have the app locally. I'm then able to load it in as a stream and ...
1
vote
0answers
52 views
While creating folder in sharepoint using C# takes much time
Yesterday I have programmed to create folder in SharePoint 2010 using C#. It's fine that code create folder but the problem is that while creating a folder it takes 5-10 seconds. And i think it's too ...
0
votes
0answers
22 views
Update/Save list item edits without closing editform
I am working with a customised list 'editform' and would like to give my users the ability to save their edits without the editform closing, which is the default SP 'Save' behaviour.
I have linked ...
1
vote
1answer
56 views
How to get the return username using javascript?
I am trying to store the username return by the variable username using the code below, but it seems nothing is returned (Username:undefined pops up), may somebody advise how to make it works?
var ...
0
votes
1answer
44 views
How to dynamically load js file in master page based on aspx page loaded?
I have include all the link to my javascript file in my master page using tag. Can I load specific js file according to pages loaded? (for example, I would like to load home.js only when Home.aspx is ...
2
votes
2answers
50 views
How to get all the web application of SharePoint.
How do I get url of all the web application created in SharePoint 2010 with client object model using C#.
1
vote
1answer
50 views
SP.ClientContext is always “undefined” in JSLink functions
I'm trying to execute CSOM functions as part of a JSLink extension to override rendering of a Lookup Field.
Problem is every time I try to access SP.ClientContext it returns as undefined
I have ...
0
votes
1answer
36 views
Properties when uploading Files using REST in SP 2013
After a lot of research I finally got uploads via REST working in SharePoint 2013. But I would like to provide additional properties to the Add Function like Title. This code works so far but the only ...
0
votes
0answers
36 views
Programatically getting SharePoint 2013 document uploader destination folder structure
I want to add documents to my document library folders programatically.
I don't no how to get destination folder structure to upload documents to SharePoint. How do I get destination folder structure ...
2
votes
1answer
35 views
CAML Query Custom Ordering
I have looked around a bit, but have not found any reference to this particular issue. Is it possible to specify a custom ordering in a CAML query? What I mean by this is, say I have a list with a ...
3
votes
1answer
51 views
JavaScript CSOM. Is It Possible to Change Language for the SP.ClientContext?
I want to find a way to force CSOM to always return values in en-us (1033 locale). For instance, when I'm trying to get ContentType Name using ContentType.get_name() I end up getting different results ...