Expand Minimize
This topic has not yet been rated - Rate this topic

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)
public enum SPFileCheckOutExceptionType
Member nameDescription
BadCheckOutArgumentsOne or more arguments to the CheckOut() method is invalid.
OnlineCheckOutExistsThe file is checked out online.
OfflineCheckOutExistsThe file is checked out offline.
NoCheckOutExistsA checked out date or check-out expiration date was requested but the file is not checked out.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.