CatalogItem.Type 属性

定义

获取项的类型。

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

属性值

一个指定项类型的 ItemTypeEnum 值。

注解

下表列出了各种类型的项。

项目类型 说明
Unknown SharePoint 库中不与任何已知类型关联的项。
Folder SharePoint 库中的文件夹。
Report SharePoint 库中的报表。
Resource SharePoint 库中的资源。
LinkedReport SharePoint 库中的链接报表。
Model SharePoint 库中的模型。
DataSource SharePoint 库中的数据源。
Site SharePoint 服务器上的网站

适用于