FileSystemObjectType 列舉
指定檔案系統物件類型。
命名空間: Microsoft.SharePoint.Client
組件: Microsoft.SharePoint.Client.Silverlight (在 Microsoft.SharePoint.Client.Silverlight.dll 中); Microsoft.SharePoint.Client.Phone (在 Microsoft.SharePoint.Client.Phone.dll 中) Microsoft.SharePoint.Client (在 Microsoft.SharePoint.Client.dll 中)
語法
'宣告
Public Enumeration FileSystemObjectType
'用途
Dim instance As FileSystemObjectType
public enum FileSystemObjectType
成員
成員名稱 | 描述 | |
---|---|---|
Invalid | 列舉其值可讓您指定的物件是否正確。值 =-1。 | |
File | 列舉其值可讓您指定的物件是否檔案。值 = 0。 | |
Folder | 其值可讓您指定的物件是否資料夾的列舉。值 = 1。 | |
Web | 其值可讓您指定的物件是否台的列舉。值 = 2。 |