Share via


ItemTypeEnum 열거형

Describes the type of an item in a SharePoint library.

네임스페이스:  ReportService2006
어셈블리:  ReportService2006.dll의 ReportService2006

구문

‘선언
<SerializableAttribute> _
Public Enumeration ItemTypeEnum
‘사용 방법
Dim instance As ItemTypeEnum
[SerializableAttribute]
public enum ItemTypeEnum
[SerializableAttribute]
public enum class ItemTypeEnum
[<SerializableAttribute>]
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.