This documentation is archived and is not being maintained.

SP.FileLevel enumeration

SharePoint 2013

Specifies the publishing level for a file.

Last modified: March 09, 2015

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

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

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

Show: