Skip to content

Latest commit

 

History

History
57 lines (42 loc) · 1.14 KB

File metadata and controls

57 lines (42 loc) · 1.14 KB
title saveAsTemplate resource type
description Represents the required fields to save page as a template in SharePoint.
author Yadong1106
ms.localizationpriority medium
ms.subservice sharepoint
doc_type resourcePageType
ms.date 09/11/2024

saveAsTemplate resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents the required fields to save page as 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.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

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