Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Describes the type of an item in a SharePoint library.
Espacio de nombres: ReportService2006
Ensamblado: ReportService2006 (en ReportService2006.dll)
Sintaxis
'Declaración
Public Enumeration ItemTypeEnum
'Uso
Dim instance As ItemTypeEnum
public enum ItemTypeEnum
public enum class ItemTypeEnum
type ItemTypeEnum
public enum ItemTypeEnum
Miembros
| Nombre del miembro | Descripción | |
|---|---|---|
| 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. |
Comentarios
Use the ItemTypeEnum enumeration with the Type property of the CatalogItem class.