Questions tagged [sharepoint-clientobject]

API to interact with SharePoint data remotely from script that executes in the browser

Source: Client object model resource center | SharePoint 2010: The new .NET managed, Silverlight, and ECMAScript (JavaScript, JScript) client object models in SharePoint Foundation provide powerful ways to interact with SharePoint data remotely from script that executes in the browser, from Silverlight applications, or from .NET client applications. These APIs include a subset of the features available in the server object model, providing access to objects at the site-collection level and lower within the SharePoint hierarchy.


SharePoint 2013 client APIs provides SharePoint client object model to retrieve, update, and manage data in SharePoint 2013. SharePoint makes the object model available in several forms:

  • .NET Framework redistributable assemblies
  • JavaScript library
  • REST/OData endpoints
  • Windows Phone assemblies
  • Silverlight redistributable assemblies

synonyms: client-object-model

281 questions
0
votes
1 answer

The application terminated with an error.Could not load file or assembly 'Microsoft.SharePoint.Client, Version=14.0.0.0,

In the MSCRM2011 IFD environment got this error, but in on premise doesn't have this problem. I check the GAC of CRM server and the client machine, the "Microsoft.SharePoint.Client.dll" is there. I don't understand where is the application is…
0
votes
1 answer

Populate Treeview using Client Object Model Sharepoint 2010

I have a Document Library. Inside document library I have a folder called Studies. Under studies I have 10 folders and subsequent sub folders also. I need to populate the same in a tree view using client object model SharePoint 2010.…
0
votes
1 answer

how to create document library in sharepoint 2010 using client object model

i am struggling to create a document library in a site using sharepoint Client object model. main idea is to create document library after that under each document library we will create sub documents. Please let me know.. Thanks Kajal
user1481570
  • 21
  • 2
  • 7
0
votes
0 answers

how to remove error "The remote server returned an error: NotFound."?

I have developed silverlight web part for sharepoint 2010. I have developed nearly 5 web part in sharepoint 2010. All the web parts was working fine upto last night on development machine as well as on server. Now today I started my computer. I have…
0
votes
1 answer

Can I reghost a file in Sharepoint 2010 using client object model?

I am trying to write a console application in C# using Sharepoint 2010's client object model. I'd like to reghost or reset to site definition some files. Is this possible and if so how? Thanks in advance
timvb
  • 152
  • 1
  • 3
  • 14
0
votes
1 answer

Display Rich Text field from Sharepoint List in a WPF application

I have a WPF application that consumes a SharePoint list using Client Object Model. The customer wants to be able to fill in one of the fields with Rich Text. This includes formatting like bold/color/font type/etc. It also includes hyperlinks. In…
0
votes
1 answer

Filter external list fields from client

BACKGROUND: We’re developing a custom application which access SharePoint through the Client Object Model and this application need to access ECT (external content type) lists defined in SharePoint using the OM (Object Model). This application is a…
JD Stuart
  • 547
  • 1
  • 3
  • 13
-1
votes
1 answer

Creating Folders dynamically using CSOM in sharepoint causes ID issues for the document

I am creating the nested folders dynamically for a document library and uploading files. The below code is working fine. but the issues is whenever i uploading the file to the existence folder the ID of the document for the uploaded documents is …
TARUN
  • 241
  • 1
  • 8
  • 27
-1
votes
2 answers

Set SharePoint 2013 Shared document WebPart property (JSLink) in javascript object model

I want to change JSLink property for shared document webpart in javascript. is there any way to set jslink property ? ex. documentsList.set_title("My title"); i can set the title but is there any way to set jslink ?
-1
votes
1 answer

Get children count for a term set using JSOM SharePoint

I am enumerating all terms using SP.Taxonomy.js JSOM in SharePoint.While enumerating I want to check if currentTerm has children or not.I need some property to check like children count.How can I do this with minimum round trip to server. I am using…
A_____
  • 364
  • 3
  • 19
-1
votes
1 answer

Is it possible to retrieve SharePoint Lists by CAML request

Could anybody help me to retrieve SharePoint Lists (NOT List Items) by CAML request using Client Side Object Model (CSOM). I know how to get List Items using CAML query (I can use GetItems() method in a List object): public ListItemCollection…
Warlock
  • 7,321
  • 10
  • 55
  • 75
1 2 3
18
19