Skip to content

Latest commit

 

History

History
44 lines (33 loc) · 1 KB

File metadata and controls

44 lines (33 loc) · 1 KB
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

contentTypeInfo resource type

Namespace: microsoft.graph

Represents the SharePoint contentType of an item.

Properties

Property Type Description
id String The ID of the content type.
name String The name of the content type.

JSON representation

The following JSON representation shows the resource type.

{
  "id": "String",
  "name": "String"
}