How to Change Author and Editor Field in Office 365/SharePoint online using CSOM ?
In this blog, I will talk about the changing the author and editor field in a SharePoint list or a library in office 365 environment using Client Side object model code. Here is the sample code given to achieve the functionality. static void Main(string[] args) { var siteURL = “https://mytenant.sharepoint.com/custom”; var createdBy = “Sethu; var […]