SP.List.update() Method
Applies to: SharePoint Foundation 2010
Updates the database with changes that are made to the list.
SP.List.update();
Applies To
Exceptions
- 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.