CSOM (Client Side Object Model) is a web services-based API of SharePoint allowing easy remote access to data and SharePoint's functions.
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 csomI'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 csomI havent found a specific example of how to get the current user and then check if it belongs to …
sharepoint sharepoint-2010 sharepoint-2013 csomI'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 csomCurrently I have code that creates a Folder in the Documents directory when run: using (var context = new Microsoft.SharePoint.…
c# sharepoint-2013 csomI have a requirement to download files from a sharepoint online document library using powershell I've managed to get to …
sharepoint powershell-3.0 csomUsing 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 csomI am new to caml query and have been struggling for this. I need the last modified List Item. Only …
sharepoint caml csomI'm writing a Powershell script to retrieve all items from a list. I've been told by my superiors that I'm …
powershell sharepoint csomWe'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