Type de ressource standardWebPart
Espace de noms: microsoft.graph
Représente une instance de composant WebPart standard sur une page SharePoint.
Hérite de webPart.
Propriétés
Propriété | Type | Description |
---|---|---|
containerTextWebPartId | string | Identificateur d’instance du composant webPart de texte du conteneur. Il fonctionne uniquement pour les composants webPart standard inline dans les composants WebPart de texte enrichi. |
data | webPartData | Données du composant webPart. |
id | Chaîne | Identificateur d’instance du composant webPart. Hérité de l’entité. |
webPartType | Chaîne | Guid qui indique le type webPart. |
Relations
Aucun.
Représentation JSON
La représentation JSON suivante montre le type de ressource.
{
"@odata.type": "#microsoft.graph.standardWebPart",
"containerTextWebPartId": "String",
"id": "String (identifier)",
"webPartType": "String",
"data": {
"@odata.type": "microsoft.graph.webPartData"
}
}