Sharepoint Pundit
Vinay Chavadi's Blog on Application Development in SharePoint 2010/2013/2016 & SharePoint Online
LinkedIn
Monday, September 21, 2020
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)
SharePoint Timer Job – SPJobLockType
There are 3 SPJobLockType available: 1. SPJobLockType.None -- if you set it none, the instance will run in all the available s...
Progrmatically set Lookup Field Value in a SharePoint List using CSOM
Programmatically set Lookup Field Value in a SharePoint List using CSOM List > data = new List >(); ...