SP.CheckOutType enumeration

Describes the different checkout states of a file, independent of the lock state of the file.

Applies to: apps for SharePoint | SharePoint Foundation 2013 | SharePoint Server 2013

var SP.CheckOutType = {none : "Undefined",offline : "Undefined",online : "Undefined",registerEnum : "Undefined"}

Members

TheCheckOutType objectenumeration has the following members.

Member

Value

Description

none

Undefined

The file is not checked out.

offline

Undefined

The file is checked out for editing on the local computer.

online

Undefined

The file is checked out for editing on the server.

registerEnum

Undefined

Remarks

This enumeration is the client object that corresponds to the SP.File.SPCheckOutType enumeration in the server object model.