Share via


CatalogItem.Type Propiedad

Definición

Obtiene el tipo del elemento.

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

Valor de propiedad

Valor ItemTypeEnum que especifica el tipo de un elemento.

Comentarios

En la tabla siguiente se enumeran los distintos tipos de elementos.

Tipo de elemento Descripción
Unknown Elemento de la biblioteca de SharePoint que no está asociado a ningún tipo conocido.
Folder Carpeta de la biblioteca de SharePoint.
Report Un informe de la biblioteca de SharePoint.
Resource Un recurso de la biblioteca de SharePoint.
LinkedReport Un informe vinculado en la biblioteca de SharePoint.
Model Un modelo en la biblioteca de SharePoint.
DataSource Un origen de datos en la biblioteca de SharePoint.
Site Un sitio en el servidor de SharePoint

Se aplica a