SPFile.SPCheckOutStatus enumeration
SharePoint 2013
NOTE: This API is now obsolete.
Specifies the check-out status for a file in a document library.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
| Member name | Description | |
|---|---|---|
| None | Obsolete. Specifies that the file is not checked out. | |
| ShortTerm | Obsolete. Specifies that the file has been opened by a user and is locked for editing. A short-term check-out, or file-locking, has effect only while the application renews the lock. | |
| LongTerm | Obsolete. Specifies that the file is check outed out for a long term. | |
| LongTermOffline | Obsolete. Specifies that the file is checked out offline. |
Show: