Partager via


List.Update - Méthode

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

Espace de noms :  Microsoft.SharePoint.Client
Assemblys :   Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll)  Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)

Syntaxe

'Déclaration
Public Sub Update
'Utilisation
Dim instance As List

instance.Update()
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.

Voir aussi

Référence

List classe

List - Membres

Microsoft.SharePoint.Client - Espace de noms