SPFile.SPCheckOutType enumeration
Describes how a file is checked out of a document library.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Enumeration SPCheckOutType
'Usage
Dim instance As SPFile.SPCheckOutType
public enum SPCheckOutType
Members
Member name | Description | |
---|---|---|
Online | The file is checked out for editing on the server. | |
Offline | The file is checked out for editing on the local computer. | |
None | The file is not checked out. |