Forum Discussion

john john's avatar
john john
Steel Contributor
Aug 28, 2020

Why i am unable to use SystemUpdate() inside my CSOM code

I have the following CSOM code inside a console application:- ListItemCreationInformation itemCreateInfo = new ListItemCreationInformation(); ListItem listItem2 = riskValue.AddItem(itemCreateInfo);...

Resources