Forum Discussion
john john
Aug 28, 2020Steel Contributor
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);...
Sep 05, 2020
- john johnSep 07, 2020Steel Contributor
FedericoPorceddu82i am working on sharepoint online ..
- Sep 10, 2020
Great! john john can you confirm you are using this package? https://www.nuget.org/packages/Microsoft.SharePointOnline.CSOM/
Cheers,
Federico