SP.FileSystemObjectType enumeration

Specifies the file system object type.

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

var SP.FileSystemObjectType = {file : "Undefined",folder : "Undefined",invalid : "Undefined",web : "Undefined",registerEnum : "Undefined"}

Members

The FileSystemObjectType object enumeration has the following members.

Member

Value

Description

file

0

Enumeration whose values specify whether the object is a file.

folder

1

Enumeration whose values specify whether the object is a folder.

invalid

-1

Enumeration whose values specify whether the object is invalid.

web

2

Enumeration whose values specify whether the object is a site.

registerEnum

Undefined