In the earlier article we saw how to create a permission level. But simply creating the Permission Level does not help us anywhere. We need to assign the Permission Level to any User or Group. That we can see how to do that programmatically using C# Client Side Object Model.
How to Create Custom Permission Level in SharePoint Office 365 Programmatically using C# Client Side Object Model (CSOM)
Code Snippet – How to Create Custom Permission Level in SharePoint Office 365 Programmatically using C# PNP CSOM
How to Add WebPart to a Page in SharePoint Office 365 Programmatically using C# Client Side Object Model (CSOM)
In this article let us see how to add a webpart to a page in sharepoint Office 365 Programmatically using C# Client Side Object Model (CSOM)
How to add a SharePoint List Item using Express JS by passing Request Digest
This article is about how to configure Express JS and pass the request digest for SharePoint to add a new list item
How to Add / Remove Site Collection Administrator in SharePoint Office 365 Programmatically using C# Client Site Object Model (CSOM)
In the previous article we saw how to add a User as Site Collection administrator in SharePoint Office 365. But it requires a Tenant Admin User Credentials. But most of the cases we may not get that for all the customers. Hence thought of coming up with an approach with Site Collection Permission itself. The below code is self-explanatory.
How to Set a Property Bag Key as an Indexed (Queriable via Search) Programmatically using C# Client Side Object Model (CSOM)
Recently in our projects we are using a lot of Property Bag Values. But in some specific requirement we were trying to Search the Property Bag from the SharePoint Keyword Query. To do that we want the Property Bag Key to be Indexed as Queryable. That we need to do programmatically as part of our Provisioning. Let us see how to do that. The code is very straight forward.
How to retrieve the SharePoint List Item using Express JS
Express JS is a node based web server for web and mobile applications. In this article we can have look into how to retrieve the SharePoint list items via Express Js
How to create a sub-site under a Modern Groups team site with classic homepage instead of Modern homepage as default
Based on the new MS release both existing and new groups will now get a SharePoint Online team site. Within a group’s team site this roll out brings a new home page
An Overview of Nintex Workflow for SharePoint (Beginner)
Nintex is one of the best and coolest way to implement Workflow in your SharePoint environment. Well it is a Workflow Automation Platform released by Nintex
How to Create Content Organizer Rules Programmatically using C# Client Object Model in SharePoint Office 365
In the last articles we saw how to create the content Organizer Rules manually. But in case if we want to create more number of Rules it is not practically possible. Let us see how to create the Content Organizer Rules Programmatically.