SPFileLockExceptionType Enumeration
SharePoint 2010
Describes why a lock caused an error during an operation on an SPFile object.
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
| Member name | Description | |
|---|---|---|
| BadLockArguments | One or more invalid arguments was passed to the Lock(SPFile.SPLockType, String, TimeSpan) method, the RefreshLock(String, TimeSpan) method, or the ConvertLock(SPFile.SPLockType, SPFile.SPLockType, String, String, TimeSpan) method. | |
| SharedLockExists | The file has a shared lock. | |
| ExclusiveLockExists | The file has an exclusive lock. | |
| NoLockExists | The file is not locked. |