ItemTypeEnum 枚举
Describes the type of an item in a SharePoint library.
命名空间: ReportService2006
程序集: ReportService2006(在 ReportService2006.dll 中)
语法
声明
Public Enumeration ItemTypeEnum
用法
Dim instance As ItemTypeEnum
public enum ItemTypeEnum
public enum class ItemTypeEnum
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. |
注释
Use the ItemTypeEnum enumeration with the Type property of the CatalogItem class.