| author | daspek |
|---|---|
| title | contentTypeInfo resource type |
| ms.localizationpriority | medium |
| description | Represents the SharePoint content type of an item. |
| ms.subservice | sharepoint |
| doc_type | resourcePageType |
| ms.date | 04/03/2024 |
Namespace: microsoft.graph
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. |
The following JSON representation shows the resource type.
{
"id": "String",
"name": "String"
}