UserCustomActionCollection.Clear - Méthode
Spécifie le type d’un principal.
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 Sub Clear
'Utilisation
Dim instance As UserCustomActionCollection
instance.Clear()
public void Clear()
Exceptions
Exception | Condition |
---|---|
[Microsoft.SharePoint.SPException] | Action personnalisée n'existe pas. Code d'erreur :-2146232832. |
[Microsoft.SharePoint.SPException] | Action personnalisée a été modifiée sur le serveur afin que les modifications ne peuvent pas être validées. Code d'erreur :-2130575305. |
[System.UnauthorizedAccessException] | L'utilisateur actuel dispose des autorisations suffisantes. Code d'erreur : -2147024891. |
Voir aussi
Référence
UserCustomActionCollection classe