SPFile.SPCheckOutStatus Enumeration
Specifies the check-out status for a file in a document library.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
Public Enumeration SPCheckOutStatus
Dim instance As SPFile.SPCheckOutStatus
public enum SPCheckOutStatus
Members
Member name | Description | |
---|---|---|
None | Specifies that the file is not checked out. | |
ShortTerm | 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 | Specifies that the file is check outed out for a long term. | |
LongTermOffline | Specifies that the file is checked out offline. |