Commits changed properties of the list view.
命名空间: 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 View
instance.Update()
public void Update()
异常
| 异常 | 条件 |
|---|---|
| SPException | Page containing the list view is not checked out. Error code: -2147024738. |
| SPException | Updates to the site are not allowed. Error code: -2147024684. |
| SPException | Site collection quota is reached. Error code: -2147023080. |
| SPException | Page containing the list view is currently checked out or locked for editing by another user. Error code: -2130575306. |
| InvalidOperationException | List view does not exist. Error code: -1. |
| DirectoryNotFoundException | List view does not exist. Error code: -2147024893. |
| UnauthorizedAccessException | The current user has insufficient permissions. Error code: -2147024891. |
备注
Call this method to save the changes in the View object to the database.