| title | standardWebPart resource type |
|---|---|
| description | Represents a standard web part instance on a SharePoint page. |
| author | sangle7 |
| ms.localizationpriority | medium |
| ms.subservice | sharepoint |
| doc_type | resourcePageType |
| ms.date | 07/22/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents a standard web part instance on a SharePoint page.
Inherits from webPart.
| Property | Type | Description |
|---|---|---|
| containerTextWebPartId | string | The instance identifier of the container text webPart. It only works for inline standard webPart in rich text webParts. |
| data | webPartData | Data of the webPart. |
| id | String | Instance identifier of the webPart. Inherited from entity. |
| webPartType | String | A Guid that indicates the webPart type. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.standardWebPart",
"containerTextWebPartId": "String",
"id": "String (identifier)",
"webPartType": "String",
"data": {
"@odata.type": "microsoft.graph.webPartData"
}
}