Provision Master Pages and the other files in SharePoint Office 365 using Patterns and Practice C# CSOM

In this article let us see how to Provision Master Pages and Other Files in SharePoint Office 365 using Patterns and Practices C# CSOM

 

PowerShell Script To Uninstall App From SharePoint Online

In the recent past we added some third party apps from SharePoint Store to SharePoint Online App catalog site. But they where not available for users on

 

How to Create a User Group in SharePoint Office 365 Programmatically using C# Client Side Object Model (CSOM)

In this article let us see how to create a User Group Programmatically in SharePoint Office 365 using C# CSOM.

 
 

How to Delete a Permission Level in SharePoint Office 365 Programmatically using C# Client Side Object Model (CSOM)

In this article let us see how to delete a permission level in sharepoint office 365 Programmatically using C# CSOM

 

How to Assign a Permission Level to a User Group in SharePoint Office 365 Programmatically using C# Client Side Object Model (CSOM)

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 / 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 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.