| author | daspek |
|---|---|
| description | Represents the SharePoint content type of an item. |
| title | contentTypeInfo resource type |
| ms.localizationpriority | medium |
| doc_type | resourcePageType |
| ms.subservice | sharepoint |
| ms.date | 03/21/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents the SharePoint contentType of an item.
| Property | Type | Description |
|---|---|---|
| id | String | The ID of the content type. |
| name | String | The name of the content type. |
None.
The following JSON representation shows the resource type.
{
"id": "String",
"name": "String"
}