PowerShell Script – CSOM – Enable Disable Modern UI and Classic UI in SharePoint Office 365

In this article we can see a handy script to toggle between the Modern UI and Classic UI in SharePoint Office 365.

 

SharePoint Office 365 – Site Columns – Choice Field AllowFillIn Choice as TRUE – Programmatically C# CSOM

In this article let us see how to update a choice field Allow Fill In Choice as TRUE Programmatically using C# CSOM

 

How to LIKE (Recommend) an Office 365 Document Programmatically by C# CSOM Patterns and Practice

In this article let us see how to LIKE a Document in SharePoint Office 365 Programmatically by C# CSOM

 
 

How to delete the Minor Versions of a Document Programmatically by C# CSOM

We were doing some migration and after the Migration we were end up with a lot of Minor versions which we did not create but the Migration tool created them. To remove the Minor versions came up with a piece of script thought of sharing to the community as well.

 

Arrange the Activities (Tasks List) Hierarchy Using Patterns and Practice C# in SharePoint Office 365

In this article let us see how to Arrange the Activities (Tasks List) Hierarchy Using Patterns and Practice C# in SharePoint Office 365

 

How to Execute CAML Query in Large SharePoint Lists using CAML To avoid the Exception – The attempted operation is prohibited because it exceeds the list view threshold enforced by the administrator – SharePoint Office 365

The Attempted Operation is Prohibited because it exceeds the list view threshold enforeced by the administrator SharePoint SharePoint Office 365

 
 

How to Get All the Files within a Folder using CAML Query in SharePoint Office 365 using C# CSOM

Recently met with a requirement to get all the Files alone from a Folder using CAML Query. Thought of sharing the small piece of code to the community and make sure that whether to use RECURSIVE and RECURSIVEALL.

 

Check whether a document is already a Record or Not (IsRecord) in SharePoint Office 365 programmatically using C# CSOM

In the earlier article we saw how to Declare and UnDeclare a document as record. But the problem is if already a document is Record and again if we are trying to declare it as a record the API is not intelligent enough to handle that. This throws the exception.

 

How to Convert a document into Record in a SharePoint Office 365 Record Centre Site Programmatically Using C# Client Site Object Model (CSOM)

In this article let us see how to convert a document into record in Office 365 using C# CSOM

 
 

How to Enable Multi Language Settings in a SharePoint Office 365 Site Programmatically Using C# Client Site Object Model (CSOM)

In this article let us see how to enable Multi Language settings in a SharePoint Office 365 Site Programmatically using C# Client Side Object Model (CSOM)