Compartilhar via


Enumeração ItemTypeEnum

Describes the type of an item in a SharePoint library.

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

Sintaxe

'Declaração
<SerializableAttribute> _
Public Enumeration ItemTypeEnum
'Uso
Dim instance As ItemTypeEnum
[SerializableAttribute]
public enum ItemTypeEnum
[SerializableAttribute]
public enum class ItemTypeEnum
[<SerializableAttribute>]
type ItemTypeEnum
public enum ItemTypeEnum

Membros

Nome do membro Descrição
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.

Comentários

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

Consulte também

Referência