| title | verticalSection resource type |
|---|---|
| description | Represents the vertical section in a given SharePoint page. |
| author | sangle7 |
| ms.localizationpriority | medium |
| ms.subservice | sharepoint |
| doc_type | resourcePageType |
| ms.date | 05/23/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents the vertical section in a given SharePoint page.
Inherits from entity.
| Method | Return type | Description |
|---|---|---|
| List | webPart Collection | Get a list of web parts associated with a verticalSection object. |
| Create | verticalSection | Create a new verticalSection object. |
| Get | verticalSection | Read the properties and relationships of a verticalSection object. |
| Update | verticalSection | Update the properties of a verticalSection object. |
| Delete | verticalSection | Delete a verticalSection object. |
| Property | Type | Description |
|---|---|---|
| emphasis | sectionEmphasisType | Enumeration value that indicates the emphasis of the section background. The possible values are: none, netural, soft, strong, unknownFutureValue. |
| id | String | Unique identifier of the resource. Inherited from entity. |
| Relationship | Type | Description |
|---|---|---|
| webparts | webPart collection | The set of web parts in this section. |
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.verticalSection",
"id": "String (identifier)",
"emphasis": "String"
}