SPFile.ReleaseLock - Méthode
Libère un verrou existant qui est spécifié par son identificateur (ID).
Espace de noms : Microsoft.SharePoint
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Sub ReleaseLock ( _
lockId As String _
)
'Utilisation
Dim instance As SPFile
Dim lockId As String
instance.ReleaseLock(lockId)
public void ReleaseLock(
string lockId
)
Paramètres
lockId
Type : System.StringID du verrou sur le fichier existant.
Exceptions
Exception | Condition |
---|---|
SPException | Une erreur s'est produite lors de la libération du verrou. |