指定一种类型的文件系统对象。
命名空间:  Microsoft.SharePoint
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Enumeration SPFileSystemObjectType
用法
Dim instance As SPFileSystemObjectType
public enum SPFileSystemObjectType
成员
| 成员名称 | 说明 | |
|---|---|---|
| Invalid | 无效。值-1。 | |
| File | 文件。值为 0。 | |
| Folder | 文件夹。值 = 1。 | |
| Web | Web。值 = 2。 |