SPFileLockExceptionType enumeration
SharePoint 2013
Describes why a lock caused an error during an operation on an SPFile object.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
| 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. |
Show: