Hi,
I have a method where I am trying to save the document with custom properties. I am using the document.Save() to achieve it.
After updating to .NET 8, I am getting the following error for document Save methods.
No…...Add(“Label_Name”,“Sensitive_Label”) document.CustomDocumentProper...CustomDocumentProper.Add(“Label_Type”,“Sensitive”) return document.Save(response...