Type de ressource canvasLayout
Espace de noms: microsoft.graph
Représente la disposition du contenu dans une page SharePoint donnée.
Hérite de l’entité.
Méthodes
Aucun.
Propriétés
Propriété | Type | Description |
---|---|---|
id | Chaîne | Identificateur unique de la ressource. Hérité de l’entité. |
Relations
Relation | Type | Description |
---|---|---|
horizontalSections | horizontalSection, collection | Collection de sections horizontales sur la page SharePoint. |
verticalSection | verticalSection | Section verticale sur la page SharePoint. |
Représentation JSON
La représentation JSON suivante montre le type de ressource.
{
"@odata.type": "#microsoft.graph.canvasLayout",
"id": "String (identifier)",
/* relationships */
"horizontalSections": {
"@odata.type": "Collection(microsoft.graph.horizontalSection)"
},
"verticalSection": { "@odata.type": "microsoft.graph.verticalSection" }
}