ItemTypeEnum Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
Unknown | 0 | An item not associated with any known type. |
Folder | 1 | A folder item. |
Report | 2 | A report item. |
Resource | 3 | A resource item. |
DataSource | 4 | A data source item. |
Model | 5 | A model item. |
Site | 6 | A SharePoint site item. |
Remarks
Use the ItemTypeEnum enumeration with the Type property of the CatalogItem class.