ItemTypeEnum 列舉型別
Describes the type of an item in a SharePoint library.
命名空間: ReportService2006
組件: ReportService2006 (在 ReportService2006.dll 中)
語法
'宣告
<SerializableAttribute> _
Public Enumeration ItemTypeEnum
'用途
Dim instance As ItemTypeEnum
[SerializableAttribute]
public enum ItemTypeEnum
[SerializableAttribute]
public enum class ItemTypeEnum
[<SerializableAttribute>]
type ItemTypeEnum
public enum ItemTypeEnum
成員
成員名稱 | 描述 | |
---|---|---|
Unknown | An item not associated with any known type. | |
Folder | A folder item. | |
Report | A report item. | |
Resource | A resource item. | |
DataSource | A data source item. | |
Model | A model item. | |
Site | A SharePoint site item. |