FileSystemObjectType enumeration
Specifies the file system object type.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Enumeration FileSystemObjectType
'Usage
Dim instance As FileSystemObjectType
public enum FileSystemObjectType
Members
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. |