Group.Update 方法
Updates group properties after changes have been made.
命名空间: 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 Group
instance.Update()
public void Update()
异常
异常 | 条件 |
---|---|
SPDistributionGroupException | Distribution group member resynchronization or properties update fails. Error code: -1. |
SPException | Validation is not enabled when adding a validation formula to the calculation row. Error code: -2147418113. |
SPException | The current user does not have permission to perform the action. Error code: -2147024891. |
SPException | Invalid argument. Error code: -2147024809. |
SPException | Group already exists. Error code: -2130575293. |
SPException | Invalid group name. Error code: -2130575281. |
SPException | Duplicate values are found. Error code: -2130575169. |
SPException | User information list for the site collection is not found or is not valid. Error code: 55. |