Enum FileSystemObjectType
Specifies the file system object type.
Assembly: PnP.Core.dll
Syntax
public enum FileSystemObjectType : int
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.