Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies a type of file system object.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Enumeration SPFileSystemObjectType
'Usage
Dim instance As SPFileSystemObjectType
public enum SPFileSystemObjectType
Members
| Member name | Description | |
|---|---|---|
| Invalid | Invalid. Value = -1. | |
| File | File. Value = 0. | |
| Folder | Folder. Value = 1. | |
| Web | Web. Value = 2. |