Read User Profile Properties From SharePoint Online Using CSOM
We may required to retrieve SharePoint Online user profile properties, such as display name, email, title, manager and other business …
We may required to retrieve SharePoint Online user profile properties, such as display name, email, title, manager and other business …
We may required to automate the process of inviting external users to SharePoint site or document. In this article, I …
In this post, I am going write C# code sample to create a new list based on existing list template …
There is no direct function to rename a uploaded document in SharePoint document library using the client side object model …
In this post, I am going to write C# code to list all documents in a SharePoint list and get …
I have the following c# csom (client side object model) code to get sub sites and nested sub sites of …
In this article, I am going to write C# code to retrieve sharepoint lists with more than 5000 items using …
In this article I am going to write C# code sample to Add or Remove Item Level Permissions using CSOM …
Sometimes we may require to delete unique permissions and reset broken inheritance (recover inheritance) for a particular site, or list …
Sometimes we may require a business need to grant or set explicit permission for a particular site or list library, …