List.Update Method

Updates the database with changes that are made to the list.

Namespace:  Microsoft.SharePoint.Client
Assemblies:   Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public Sub Update
'Usage
Dim instance As List

instance.Update()
[RemoteAttribute]
public void Update()

Exceptions

Exception Condition
SPException

The list does not exist. Error code: -2147024893. Another list with the title already exists in the site. Error code: -2130575342. The list was modified on the server so changes cannot be committed. Error code: -2130575305. The data validation criteria in ValidationFormula is not valid. Error code: -2130575296. The data validation criteria in ValidationFormula is not valid. Error code: -2130575295. The data validation criteria in ValidationFormula is not valid. Error code: -2130575273. The data validation criteria in ValidationFormula is not valid. Error code: -2130575272. The data validation criteria in ValidationFormula is not valid. Error code: -2130575271. The data validation criteria in ValidationFormula is not valid. Error code: -2130575270 .The folder for attachments cannot be created, the form digest validation timed out, or the form digest validation failed. Error code: -2130575262.

SPQueryThrottledException

The throttling limit was exceeded by the operation. Error code: -2147024860.

UnauthorizedAccessException

The user has insufficient permissions to perform the write operation. Error code: -2147024891.

See Also

Reference

List Class

List Members

Microsoft.SharePoint.Client Namespace