Partager via


Énumération ItemTypeEnum

Describes the type of an item in a SharePoint library.

Espace de noms :  ReportService2006
Assembly :  ReportService2006 (en ReportService2006.dll)

Syntaxe

'Déclaration
Public Enumeration ItemTypeEnum
'Utilisation
Dim instance As ItemTypeEnum
public enum ItemTypeEnum
public enum class ItemTypeEnum
type ItemTypeEnum
public enum ItemTypeEnum

Membres

Nom de membre Description
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.

Notes

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

Voir aussi

Référence

Espace de noms ReportService2006