Forum Discussion

mbalcarek's avatar
mbalcarek
Copper Contributor
Oct 21, 2021

SharePoint Update several managed metadata fields with one ExecuteQuery()

I have C# CSOM code that updates a single managed metadata field value, but I found that I have to perform the following after each field is updated:   item.Update(); //context.Load(item); contex...

Resources