Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Describes the different checkout states of a file, independent of the lock state of the file.
Namespace: Microsoft.SharePoint.Client
Assemblies: Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll); 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.