Share via


SP.FileLevel enumeration

Specifies the publishing level for a file.

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

var SP.FileLevel = {checkout : "Undefined",draft : "Undefined",published : "Undefined",registerEnum : "Undefined"}

Members

The FileLevel object enumeration has the following members.

Member

Value

Description

checkout

255

Enumeration whose values specify whether the file is checked out to the current user.

draft

2

Enumeration whose values specify whether the file is a draft.

published

1

Enumeration whose values specify whether the file is a published version.

registerEnum

Undefined