FileSystemObjectType enumeration
SharePoint Online
Specifies the file system object type.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
| Member name | Description | |
|---|---|---|
| Invalid | Enumeration whose values specify whether the object is invalid. The value = -1. | |
| File | Enumeration whose values specify whether the object is a file. The value = 0. | |
| Folder | Enumeration whose values specify whether the object is a folder. The value = 1. | |
| Web | Enumeration whose values specify whether the object is a site. The values = 2. |
Show: