Skip to content

Latest commit

 

History

History
58 lines (44 loc) · 1.28 KB

File metadata and controls

58 lines (44 loc) · 1.28 KB
title createFromPageTemplate resource type
description Represents the required fields to create a page from a template in SharePoint.
author Yadong1106
ms.localizationpriority medium
ms.subservice sharepoint
doc_type resourcePageType
ms.date 09/11/2024

createFromPageTemplate resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents the required fields to create a page from a template in SharePoint.

Properties

Property Type Description
title String The title of the site page template to create. Optional.
name String The name of the site page template to create. Required.
templateId String The identifier for an existing page template. Required.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "title": "String",
  "name": "String",
  "templateId": "String"
}