ItemTypeEnum Enum

Definition

Describes the type of an item in a SharePoint library.

public enum class ItemTypeEnum
public enum ItemTypeEnum
type ItemTypeEnum = 
Public Enum ItemTypeEnum
Inheritance
ItemTypeEnum

Fields

DataSource 4

A data source item.

Folder 1

A folder item.

Model 5

A model item.

Report 2

A report item.

Resource 3

A resource item.

Site 6

A SharePoint site item.

Unknown 0

An item not associated with any known type.

Remarks

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

Applies to