FileVersionCollection.DeleteAll - Méthode
Supprime de la collection tous les objets de version de fichier.
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 DeleteAll
'Utilisation
Dim instance As FileVersionCollection
instance.DeleteAll()
public void DeleteAll()
Exceptions
Exception | Condition |
---|---|
SPException | URL de fichier spécifié n'est pas valide. Code d'erreur :-2130575312. |
DirectoryNotFoundException | Version de fichier obtenue en interne fait référence à une version qui n'existe plus. Code d'erreur :-2147024893. |
UnauthorizedAccessException | L'utilisateur actuel dispose des autorisations suffisantes. Code d'erreur : -2147024891. |