UserCustomAction.Update - Méthode
Updates the custom action.
Espace de noms : Microsoft.SharePoint.Client
Assemblys : Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)
Syntaxe
'Déclaration
Public Overridable Sub Update
'Utilisation
Dim instance As UserCustomAction
instance.Update()
public virtual void Update()
Exceptions
Exception | Condition |
---|---|
SPException | The site is locked Error code: -2147024684, the site quota has been reached Error code: -2147023080, the custom action does not exist Error code:- -2146232832, or the custom action was modified on the server so changes cannot be committed. Error code: --2130575305. |
UnauthorizedAccessException | The current user has insufficient permissions to perform the operation. Error code: -2147024891. |