SPFile.CheckOutType property

Gets a value that indicates how the file is checked out of a document library.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property CheckOutType As SPFile.SPCheckOutType
    Get
'Usage
Dim instance As SPFile
Dim value As SPFile.SPCheckOutType

value = instance.CheckOutType
public SPFile.SPCheckOutType CheckOutType { get; }

Property value

Type: Microsoft.SharePoint.SPFile.SPCheckOutType
One of the enumeration values that specifies the type of checkout.

Remarks

The checkout state of a file is independent of its locked state.

See also

Reference

SPFile class

SPFile members

Microsoft.SharePoint namespace

LockType

CheckOut(SPFile.SPCheckOutType, String)