Pages

Wednesday, April 20, 2016

Download Attachments From List Items In SharePoint 2013 Online Console Application

Introduction In this post, I will show how to connect to SharePoint 2013 Online, get the list item attachment(s) from the SharePoint 2013 Online custom list and download it to the local folder of our drive. Prerequisites The prerequisites required are: Knowledge of SharePoint Client Object Model Knowledge of C# and Console Application Reference of files i.e. "Microsoft.SharePoint.Client.dll" and "Microsoft.SharePoint.Client.Runtime.dll" in Console Application   Let's Start...   Step...
Read More »

Friday, April 15, 2016

How to Add Item or Data In Survey List's Rating Scale Column in SharePoint

Introduction Survey lists are useful lists when it comes to getting a feedback from bulk of people. It provides lots of column types by which we can create questions. It also provides a column type name as "Rating Scale". To know more about Rating Scale column, click here! Here, I will demonstrate how to add an item to a Survey list particularly in to this "Rating Scale" column type and it's sub questions. Prerequisites Here, prerequisites requires knowledge of: 1. SharePoint...
Read More »