Top "Csom" questions

CSOM (Client Side Object Model) is a web services-based API of SharePoint allowing easy remote access to data and SharePoint's functions.

How to download/upload files from/to SharePoint 2013 using CSOM?

I am developing a Win8 (WinRT, C#, XAML) client application (CSOM) that needs to download/upload files from/to SharePoint 2013. …

c# windows-8 sharepoint-2013 csom
The remote server returned an error: (401) Unauthorized. Using CSOM in ASP.NET

I'm tried to pull some SharePoint 2013 list data I created which works fine when running locally on my machine and …

asp.net asp.net-mvc-4 sharepoint http-status-code-401 csom
Check if Current Users belongs to SP group using javascript Client Side Object Model

I havent found a specific example of how to get the current user and then check if it belongs to …

sharepoint sharepoint-2010 sharepoint-2013 csom
How to get items from a Sharepoint Online list using PowerShell?

I'm writing a PowerShell script that connects to a SharePoint website and I'm trying to get the items on a …

powershell sharepoint sharepoint-online csom
Creating Folders programmatically in SharePoint 2013

Currently I have code that creates a Folder in the Documents directory when run: using (var context = new Microsoft.SharePoint.…

c# sharepoint-2013 csom
downloading a file from SharePoint Online with PowerShell

I have a requirement to download files from a sharepoint online document library using powershell I've managed to get to …

sharepoint powershell-3.0 csom
Check if a List Column Exists using SharePoint Client Object Model?

Using the Client Object Model (C#) in SharePoint 2010, how can I determine if a specified column (field) name exists in …

sharepoint sharepoint-2010 client-side csom
Caml Query- Order By- SharePoint 2013-CSOM

I am new to caml query and have been struggling for this. I need the last modified List Item. Only …

sharepoint caml csom
How do I retrieve all items from a Sharepoint list using CSOM if I can only retrieve N items as a time?

I'm writing a Powershell script to retrieve all items from a list. I've been told by my superiors that I'm …

powershell sharepoint csom
Retrieve Publishing image field with Sharepoint 2013 REST Api / CSOM

We're using the Sharepoint 2013 REST API to get all news items from the Sharepoint. We made a custom ContentType 'Newsitem' …

sharepoint sharepoint-2013 csom