A Summary On SharePoint Look Book

Introduction A SharePoint Look Book is a pre-designed template available for our SharePoint sites. These are downloadable templates that are hosted by Microsoft. We can see different types of downloadable templates with different designs along with some short descriptions. We can select and download the templates which have appropriate look and feel depending upon our SharePoint Online/Office 365 site requirement. […]

Add, Update and Remove web part using csom

Introduction- Web parts are the building blocks of the pages by which you can modify the content, appearance and behavior of pages of a SharePoint site. In this blog we are going to discuss How to Add, Update and Remove the web part using csom, here I have used Content Editor Web Part in Wiki page. Adding the web part […]

Add, Get and Delete Quick Launch Navigation using c#

In this blog, we have discussed about adding, retrieving, and deleting the SharePoint online quick launch navigation menu using the c# server Object model. Follow the below coding to get the result. Add new term in quick launch:           Add the below code in your Program.cs. namespace GetNavigationNode {     class Program     {         static void Main(string[] args)         […]