Forum Discussion
mbalcarek
Oct 21, 2021Copper Contributor
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...
Avrs1
Feb 23, 2023Copper Contributor
Hi mbalcarek,
I have the same problem, could you resolve the issue to improve the performance?
I have the same problem, could you resolve the issue to improve the performance?