Поделиться через


Перечисление 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.

См. также

Справочник

Пространство имен ReportService2006