CheckOutType enumeration
Enumeration that describes the different checkout states of a file, independent of the lock state of the file.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Enumeration CheckOutType
'Usage
Dim instance As CheckOutType
public enum CheckOutType
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. |
Remarks
This enumeration is the client object that corresponds to the SPFile.SPCheckOutType enumeration in the server object model.