c# - list.UpdateList method throwing an Exception "Microsoft.Sharepoint.SoapServerException" -
I want to modify the file / list metadata of SharePoint.
For this, I List.UpdateList ()
method.
But this is throwing an exception:
Microsoft. Sharepoint.SoapServerException
I am using an administrator account. And using the list web service.
Can I get some good examples of modifying the metadata of the SharePoint document using C # (Web Services)?
Comments
Post a Comment