| author | spgraph-docs-team |
|---|---|
| description | The listInfo complex type provides additional information about a list. |
| ms.date | 09/11/2017 |
| title | listInfo resource type |
| ms.localizationpriority | medium |
| ms.subservice | sharepoint |
| doc_type | resourcePageType |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
The listInfo complex type provides additional information about a list.
| Property | Type | Description |
|---|---|---|
| contentTypesEnabled | Boolean | If true, it indicates that content types are enabled for this list. |
| hidden | Boolean | If true, it indicates that the list isn't normally visible in the SharePoint user experience. |
| template | String | Represents the base list template used in creating the list. Possible values include documentLibrary, genericList, task, survey, announcements, contacts, and more. |
None.
The following JSON representation shows the resource type.
{
"contentTypesEnabled": false,
"hidden": false,
"template": "documentLibrary | genericList | tasks | survey | links | announcements | contacts | ..."
}While most lists created by users have one of the values listed in the previous section, other values are possible as well.
Your app should be prepared to handle any values that aren't listed here.
For developers familiar with SharePoint's CSOM APIs, the template value corresponds to the SPListTemplateType enumeration.