Share via


View.Update Method

Commits changed properties of the list view.

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 View

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

Exceptions

Exception Condition
[Microsoft.SharePoint.SPException]

Page containing the list view is not checked out. Error code: -2147024738.

[Microsoft.SharePoint.SPException]

Updates to the site are not allowed. Error code: -2147024684.

[Microsoft.SharePoint.SPException]

Site collection quota is reached. Error code: -2147023080.

[Microsoft.SharePoint.SPException]

Page containing the list view is currently checked out or locked for editing by another user. Error code: -2130575306.

[System.InvalidOperationException]

List view does not exist. Error code: -1.

[System.IO.DirectoryNotFoundException]

List view does not exist. Error code: -2147024893.

[System.UnauthorizedAccessException]

The current user has insufficient permissions. Error code: -2147024891.

See Also

Reference

View Class

View Members

Microsoft.SharePoint.Client Namespace