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.