Top "Sharepoint-clientobject" questions

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

How to use credentials to connect to a SharePoint list using the Client Side Object Model?

I need to write an application to update a list on a SharePoint 2010 site. I found the "SPSite" which I …

c# .net sharepoint sharepoint-2010 sharepoint-clientobject
One or more field types are not installed properly. Go to the list settings page to delete these fields

CamlQuery query = new CamlQuery(); query.ViewXml = @"<View>" + "<Query>" + "<Where><Eq><FieldRef …

sharepoint caml sharepoint-clientobject
Updating Field Value in SharePoint Using Client-Object Model

So I am trying to create a method that is essentially used to change the value of a field in …

c# sharepoint field sharepoint-clientobject
Sharepoint client object model: How to get all the fields in a list

I have a list named "Discussions List". I want to bring all columns from the list. I want to know …

sharepoint sharepoint-clientobject
SharePoint 2010: JavaScript error when creating Modal Dialog?

For some reason, my SharePoint's modal dialog doesn't work properly. The error I get is this: In Firefox: SP.UI.$…

sharepoint sharepoint-2010 sharepoint-clientobject
Namespace 'SharePoint' does not exist in the namespace 'Microsoft'

So I am starting to learn C#, like literally just started learning, and coming from a Java background, it doesn't …

c# .net sharepoint new-operator sharepoint-clientobject
How to get a SharePoint List Item By Unique Id

Is it possible to get SP List Item by unique Id (without writing a Caml request) if I know a …

sharepoint-2010 get uniqueidentifier sharepoint-clientobject
Web.GetFileByServerRelativeUrl throws "Value does not fall within expected range"

I have a SP Online site where I store Documents, I have no issues adding/retrieving documents but in the …

c# sharepoint sharepoint-clientobject sharepoint-online
SharePoint - Client Object Model - Get Sub Folder Items

each 'listItem' contains items , how to get them? I'm trying for a while but only fail , help , thanks the camlQuery …

sharepoint-2010 sharepoint-clientobject