SPFileCheckOutExceptionType enumeration
SharePoint 2013
Describes why an exception occurred when checkout operations were performed on an SPFile object.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
| Member name | Description | |
|---|---|---|
| BadCheckOutArguments | One or more arguments to the CheckOut() method is invalid. | |
| OnlineCheckOutExists | The file is checked out online. | |
| OfflineCheckOutExists | The file is checked out offline. | |
| NoCheckOutExists | A checked out date or check-out expiration date was requested but the file is not checked out. |
Show: