Enum FileSystemObjectType
- Namespace
- PnP.Core.Model.SharePoint
- Assembly
- PnP.Core.dll
Specifies the file system object type.
public enum FileSystemObjectType
Fields
Enumeration whose values specify whether the object is a file. The value = 0.
Enumeration whose values specify whether the object is a folder. The value = 1.
Enumeration whose values specify whether the object is invalid. The value = -1.
Enumeration whose values specify whether the object is a site. The values = 2.