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

Popular posts from this blog

.net - C# List<T>.Find(x=>x.Rectangle.Contains(Point)) FAIL -

iphone - Smoothing a rounded stroke in Core Graphics -

c++ - QtQuick: QQmlApplicationEngine failed to load component qrc:/main.qml:23 Invalid attached object assignment -