API for interacting with SharePoint from .NET, Silverlight, and JavaScript.
0
votes
0answers
15 views
open content from an .aspx-file from a sharepoint list
I am developing a vb.net application to read Sharepoint 2010 data from an .aspx-file. I am able to get the .aspx-file I need as a Microsoft.SharePoint.Client.File. Now I want to show the concent (2 ...
0
votes
1answer
20 views
Issue while adding multiple items using for loop in Client Object model
I am trying to develop My Favourite functionality in Sharepoint using the below approach.
Create My Favourite list
Create a custom script that will read the selection of the list item (any other ...
0
votes
1answer
24 views
Uncaught TypeError: undefined is not a function
I access my web in javascript code in SharePoint 2013.
I'm using Jquery and KnockOutJS for my other functions. So I have added following urls above my code.
<script type="text/javascript" ...
0
votes
0answers
6 views
Is there any way to add attachments to newly created item in a list using managed client om?
i am trying to copy list items from one list to another list.it is working.
then i tried to copy attachments ,sample code is as below.
foreach (Folder f in ...
0
votes
2answers
41 views
Get all Users with Info(LoginName,Id,Email,Title) in SharePoint 2010 Client Object Model C#
I have gone through this link :
http://msdn.microsoft.com/en-us/library/office/ee538244(v=office.14).aspx
But through this I am only able to get user details which are in groups. I am not able to get ...
1
vote
0answers
32 views
Sharepoint JSOM: set_item() without update()
I'm using SharePoint Javascript Object Model (JSOM). Can someone explain to me what set_item() does and what update() does?
Below is some code to illustrate.
Boilerplate code to get the list items:
...
0
votes
1answer
18 views
How to add user to site collection administrator using clientcontext SharePoint 2010?
I searched for this but in vain.
Used this below code for SharePoint 2013 and works fine, but now need to develop for SharePoint 2010.
Web web = _ctx.Web;
User user = web.EnsureUser(userName); ...
1
vote
1answer
31 views
Anonymous Acess in Client Model (Javascript in Office 365 in Master Page)
I have the following code
function retrieveListItems() {
var clientContext = new SP.ClientContext.get_current();
var oList = ...
1
vote
1answer
33 views
Get the current version and level of listitem
I'm using a client script to retrieve listitem from a context.
Everything works and load my item with and it's ok.
myCtxtWeb.Load(item);
myCtxtWeb.ExecuteQuery();
Now I'd like to know the versions ...
2
votes
1answer
31 views
Sharepoint provider hosted app Microsoft.SharePoint.Client.File.OpenBinaryDirect does not work
I am trying to do.
Microsoft.SharePoint.Client.File.OpenBinaryDirect(context,relativeUrl)
Always get "forbidden" and unauthorized.
However If i use same context and url to do ...
0
votes
0answers
26 views
dispex SharePoint.OpenDocuments.3 works for PDF but not Office docs?
I have the folllowing in my XSL for a (SharePoint 2010) content query webpart:
< A onfocus="OnLink(this)" HREF="{$ItemUrl}"
onmousedown="return ...
3
votes
1answer
100 views
How do you properly write to a managed metadata column from JSOM? (SharePoint 2013)
I am trying to write the value of a managed metadata column across several documents in a document library at once using JSOM, but for some reason the way I'm trying only writes the value to the first ...
0
votes
2answers
38 views
JS ClientContext return undefine when deleteObject
I'm trying to delete a list item from a SharePoint library via JavaScript with ClientContext.
Unfortunately I don't have access to the ID of the item that's why I use the Title and I can not delete ...
1
vote
1answer
54 views
Access SharePoint online using client object model- Forbidden error
I tried to Create a new list item using client object model. I have created an asp.net application to do the task. It works if I pass the URL of SharePoint server which is installed in my machine. But ...
1
vote
0answers
13 views
how to change programatically a date in a form library item?
I'm trying to change a date field in a form included in a form library (from a .net desktop app with sharepoint client runtime) but when I change it and open the form it crashes and says that is an ...
2
votes
1answer
51 views
Add file with comment sharepoint client object model
I use following code to add file to SharePoint library using client object model.
Web web = context.Web;
FileCreationInformation newFile = new FileCreationInformation();
...
1
vote
1answer
48 views
Display loading/processing while processing using CSOM
My current implementation includes following,
User adds an item, once saved it is redirected to the display form of the same item. I have implemented this requirement using below steps.
On ...
0
votes
1answer
61 views
Client Context executeQuery() works in console app but returns null object when executed from CRM Server
I have the function GetDocumentLibrary which must return a libray from sharepoint site. When I execute it from a Visual Studio Console Application it works and return the library with all ...
3
votes
2answers
109 views
What are the advantages of using SP Services?
What advantages would I gain by using the SP Services library in SharePoint releases 2010 and later? The 2013 (and even the 2010) JavaScript Object Model and REST API seem to cover a significant ...
1
vote
2answers
101 views
Does ExecuteQuery have a cache/timeout/etc?
I wasn't sure how to phrase the title, forgive me. I'm running into an issue with the CSOM (SharePoint 2010, but likely in 2013 as well), where my initial ExecuteQuery() statement takes upwards of 20 ...
0
votes
0answers
49 views
Get the template File from an Infopath Library via Webservice
I am trying to create a new Document in an Infopath library in a SharePoint 2010 Server.
It worked quite well when trying to do the job via WebPart (server side).
var mySpSite = ...
1
vote
1answer
64 views
Copy files/folders between site collection and retaining metadata
I'm using SharePoint 2013
I need to copy files/folders/sub folders from one site collection to different site collection(basically archiving them).
I need to do this remotely by using CSOM/JSOM. ...
2
votes
1answer
45 views
executeQueryAsync fail on Chrome
I am using SP.ClientContext (JS library) to update some item's fields.
It is working fine on IE but on Chrome I get this error (displayed as alert):
Request Failed, status code 0 text ''
The ...
0
votes
1answer
32 views
Missing DLL msoidclil in Azure Web Site
I have an application that accesses and updates SP document libraries. Using SP 2013 COM, it works fine locally. When the code is deployed to and executed in an Azure web site, a file not found ...
0
votes
2answers
77 views
CAML query returns all items instead of one
I am querying a list to return only items matching a certain title, but the query returns all items. It seems I built or execute the query the wrong way:
/*
SP is an alias for ...
0
votes
1answer
90 views
What is the purpose of Microsoft.SharePoint.Runtime.dll in CSOM?
I know we need to use Microsoft.SharePoint.Client and Microsoft.SharePoint.Client.Runtime dll's reference in .NET managed CSOM application development. But can someone help me understand why we have ...
0
votes
0answers
24 views
Sync desktop folder with document library folder
I am working on a client side application. Is there any way to sync a document library folder with a desktop folder with the following requirements?
all files in the folder should be synced with ...
1
vote
3answers
391 views
Sharepoint- Client Object Model - Javascript - How to check if a particular file with same name exists in a document library folder
I am using javascript sharepoint 2013.
I want to know how to check if a file exists in a folder, before i upload.
Here's my code
// Folder Name - folder into which I need to upload
var ...
0
votes
1answer
22 views
Newly added files to document library client object model
I am developing an application which is will be deployed in the client machine.
Client will be downloading the applications from SharePoint to local machine to a fixed folder(folder wont get ...
2
votes
1answer
36 views
How can I get a listing of all sites in my site collection using Client Object Model?
As the Site Collection Administrator, I don't have access to the servers to write server side code to get a listing of all sites in my site collection. I can write sandbox solutions in SP2010 to get a ...
1
vote
2answers
36 views
Get the field “Created”
I have a list "Consult", and I want get the field "Created"
this is my code:
function consultWorkOrder() {
try
{
var customlist ;
var clientContext = new ...
2
votes
2answers
87 views
Field or Property 'Url' does not exist
Can someone help me understand why I am unable to get the "Url" property from this example? I get the error "Field or Property 'Url' does not exist":
ClientContext ctx = new ...
0
votes
1answer
116 views
SP2013 online : set_formDigestHandlingEnabled Error
I get the error :
Object doesn't support property or method 'set_formDigestHandlingEnabled'
when I try to get the current SPContext object from javascript code in an Office 365 site.
I am ...
0
votes
1answer
44 views
Convert Person/User Group to String
I am retrieving a list that contains Persons and would like to convert them to String, and also be able to count how many users are per list. The Person is retrieved as an Object. How can I solve this ...
0
votes
2answers
251 views
get Library document URL using Javascript client object model
I am working with SP.js to get data from a SharePoint library.
Below is the code i am using:
var clientContext = new SP.ClientContext();
var oList = ...
2
votes
0answers
31 views
Client WebPart (apppart), I need to explain some settings
Property element
<Property xmlns="http://schemas.microsoft.com/sharepoint/"
Name="Text"
DefaultValue="Text"
Multilingual= "true" | "false"
PersonalizationScope="user" | "shared"
...
1
vote
1answer
164 views
how to use the gridview in SharePoint 2013 Hosted App
I want know how to use the grid view in a SharePoint-hosted App. Can any one provide information on this?
0
votes
0answers
64 views
Update a rating scale field of survey list using JavaScript
I have created a survey list which has 3 columns. One column is of type rating scale with value 1-5 . Using JavaScript I'm able to update the first two columns. But not able to do so for the rating ...
0
votes
0answers
69 views
SharePoint Online and execute query async
The code below is running in a Silverlight XAP which is using the SharePoint Silverlight client object model.
The application logical flow is the following: first, a file is uploaded in extension ...
3
votes
1answer
56 views
change NavigateForFormsPages value to true using CSOM
I'm searching for a way to change NavigateForFormsPages property using CSOM but no luck till now. Anyone has idea to do it using CSOM
0
votes
1answer
48 views
Date functions with $select in REST API
I'm using the following REST call to get the data. Here is the url structure:
SiteURL+'/_api/web/lists/GetByTitle(\''ListTitle+'\')/items?$select=AlternateThumbnailUrl,Title,Created
this is ...
0
votes
0answers
31 views
Extracting blog posts with images using Client Object Model
I'm extracting blog posts from SharePoint 2010 with the managed client object model in order to migrate the data onto another platform. I can get both pictures and posts from the blog but I can't find ...
1
vote
4answers
389 views
Check user existence on SharePoint
I deleted a user in Users and groups management of Office 365. But his information is still in Site Collection's All users.
How can I check if a user was deleted or not? Using Client Object Model.
0
votes
0answers
29 views
Batch retrieve document information via c#
Note: Using Microsoft.SharePoint.Client
Greetings folks,
I've written a system for automatically updating some tools we use (tools are excel workbooks, but immaterial to discussion). Part of this ...
0
votes
2answers
111 views
Jquery to display date in MM/DD/YYY in sharepoint client object model [closed]
In My sharepoint list i have a Duedate if type DateTime.Using Client object model when we fetch the value from this Field, it is displayed in the below format(Mon Jun 23 GMT+0530 2014).How to convert ...
0
votes
2answers
119 views
Delete column from list using Client Object Model
Developing for SharePoint Online, I've created a Contact List programmatically in my app. I now want to delete some of the columns that were added to the list. So I have the following code:
var ...
1
vote
0answers
269 views
CSOM caml query list view lookup threshold
I have a list with about 15 managed metadata columns in it. Now I want to query that list using CSOM. I don't want to retrieve all the columns values so I limited the column values retrieved by using ...
0
votes
2answers
132 views
Load more list items on scroll
I am showing the first 5 list items on the page (in one div). Div has vertical scroll bar.
I want to show the remaining 5 items on when scroll goes down end. I am using CSOM to fetch list items. Any ...
0
votes
1answer
371 views
CSOM Javascript - when executing query on multiple lists getting error - SharePoint 2010
Is here any SharePoint expert, who can help me find out, why I am getting error on lists queries?
I am trying to fetch data from multiple list asynchronously, but I am getting following error: The ...
0
votes
2answers
152 views
Create Custom Content Type using Client Object Model
I need to create custom content type from a given guid for a SharePoint site using Client Object Model. However, in the constructor of
ContentTypeId ctid = new ContentTypeId()
there is no facility ...