SP.View.update() Method
Applies to: SharePoint Foundation 2010
Commits changed properties of the list view.
SP.View.update();
Applies To
Exceptions
Exceptions |
Descriptions |
---|---|
[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. |