Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Releases an existing lock that is specified by its identifier (ID).
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public Sub ReleaseLock ( _
lockId As String _
)
'Usage
Dim instance As SPFile
Dim lockId As String
instance.ReleaseLock(lockId)
public void ReleaseLock(
string lockId
)
Parameters
lockId
Type: System.StringThe ID of the existing lock on the file.
Exceptions
| Exception | Condition |
|---|---|
| SPException | An error occurred while releasing the lock. |