SPFile.SPCheckOutType Enumeration

Describes how a file is checked out of a document library.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
<SubsetCallableTypeAttribute> _
<ClientCallableTypeAttribute(Name := "CheckOutType", ServerTypeId := "5a1b05ac-9a61-4594-939d-9650cc8abc6c")> _
Public Enumeration SPCheckOutType
'Usage
Dim instance As SPFile.SPCheckOutType
[SubsetCallableTypeAttribute]
[ClientCallableTypeAttribute(Name = "CheckOutType", ServerTypeId = "5a1b05ac-9a61-4594-939d-9650cc8abc6c")]
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.

See Also

Reference

Microsoft.SharePoint Namespace

SPFile

CheckOutType