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.

 

How to Add Quick Launch As a Child in SharePoint Office 365 Programmatically using CSOM C#

In this article we will be seeing how to Add Quick Launch as a Child in SharePoint Office 365 Programmatically using CSOM C#

 

How to Delete Quick Launch to a Web Site in SharePoint Office 365 Programmatically using CSOM C#

In this article we will be seeing how to Delete Quick Launch to a Web in SharePoint Office 365 Programmatically using CSOM C#

 
 

How to Update/Modify Quick Launch to a Web Site in SharePoint Office 365 Programmatically using CSOM C#

In this article we will be seeing how to Update Quick Launch to a Web in SharePoint Office 365 Programmatically using CSOM C#

 

How to Add Quick Launch to a Web Site in SharePoint Office 365 Programmatically using CSOM C#

In this article we will be seeing how to Add Quick Launch to a Web in SharePoint Office 365 Programmatically using CSOM C#

 

How to Remove/Delete Event Receivers to a Web in SharePoint Office 365 Programmatically using CSOM C#

In this article we will be seeing how to Remove / Delete the Event Receiver to a Web in SharePoint Office 365 Programmatically using CSOM C#

 
 

How to Attach Event Receivers to a Web in SharePoint Office 365 Programmatically using CSOM C#

In this article we will be seeing how to add the Event Receiver to a Web in SharePoint Office 365 Programmatically using CSOM C#