This documentation is archived and is not being maintained.

SP.CheckOutType enumeration

SharePoint 2013

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

Last modified: March 09, 2015

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

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

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

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

Show: