| 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 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents the required fields to create a page from a template in SharePoint.
| 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. |
None.
The following JSON representation shows the resource type.
{
"title": "String",
"name": "String",
"templateId": "String"
}