Share via


ItemTypeEnum Enumeration

Describes the type of an item in a SharePoint library.

Namespace:  ReportService2006
Assembly:  ReportService2006 (in ReportService2006.dll)

Syntax

'Declaration
Public Enumeration ItemTypeEnum
'Usage
Dim instance As ItemTypeEnum
public enum ItemTypeEnum
public enum class ItemTypeEnum
type ItemTypeEnum
public enum ItemTypeEnum

Members

Member name Description
DataSource A data source item.
Folder A folder item.
Model A model item.
Report A report item.
Resource A resource item.
Site A SharePoint site item.
Unknown An item not associated with any known type.

Remarks

Use the ItemTypeEnum enumeration with the Type property of the CatalogItem class.

See Also

Reference

ReportService2006 Namespace