CatalogItem.Type Property

Definition

Gets the type of the item.

public:
 property ReportService2006::ItemTypeEnum Type { ReportService2006::ItemTypeEnum get(); void set(ReportService2006::ItemTypeEnum value); };
public ReportService2006.ItemTypeEnum Type { get; set; }
member this.Type : ReportService2006.ItemTypeEnum with get, set
Public Property Type As ItemTypeEnum

Property Value

An ItemTypeEnum value that specifies the type of an item.

Remarks

The following table lists the various types of items.

Item type Description
Unknown An item in the SharePoint library that is not associated with any known type.
Folder A folder in the SharePoint library.
Report A report in the SharePoint library.
Resource A resource in the SharePoint library.
LinkedReport A linked report in the SharePoint library.
Model A model in the SharePoint library.
DataSource A data source in the SharePoint library.
Site A site on the SharePoint server

Applies to