List.Update 方法

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

命名空间:  Microsoft.SharePoint.Client
程序集:   Microsoft.SharePoint.Client.Silverlight(位于 Microsoft.SharePoint.Client.Silverlight.dll 中);  Microsoft.SharePoint.Client.Phone(位于 Microsoft.SharePoint.Client.Phone.dll 中)  Microsoft.SharePoint.Client(位于 Microsoft.SharePoint.Client.dll 中)

语法

声明
Public Sub Update
用法
Dim instance As List

instance.Update()
public void Update()

异常

异常 条件
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.

另请参阅

引用

List 类

List 成员

Microsoft.SharePoint.Client 命名空间