Skip to content

Latest commit

 

History

History
51 lines (39 loc) · 1.11 KB

File metadata and controls

51 lines (39 loc) · 1.11 KB
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

contentTypeInfo resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

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.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

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