SP.File.checkOutType Property
Applies to: SharePoint Foundation 2010
In this article
Property Value
Remarks
Applies To
Gets a value that indicates how the file is checked out of a document library.
var value = SP.File.get_checkOutType();
Property Value
Type: SP.CheckOutType
One of the enumeration values that specifies the type of checkout.
Remarks
The checkout state of a file is independent of its locked state.