Table of Contents

Enum FileSystemObjectType

Namespace
PnP.Core.Model.SharePoint
Assembly
PnP.Core.dll

Specifies the file system object type.

public enum FileSystemObjectType

Fields

File = 0

Enumeration whose values specify whether the object is a file. The value = 0.

Folder = 1

Enumeration whose values specify whether the object is a folder. The value = 1.

Invalid = -1

Enumeration whose values specify whether the object is invalid. The value = -1.

Web = 2

Enumeration whose values specify whether the object is a site. The values = 2.