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.
Describes why an exception occurred when checkout operations were performed on an SPFile object.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public Enumeration SPFileCheckOutExceptionType
'Usage
Dim instance As SPFileCheckOutExceptionType
public enum SPFileCheckOutExceptionType
Members
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. |