SPFileCheckOutExceptionType enumeration
Describes why an exception occurred when checkout operations were performed on an SPFile object.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
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. |