verticalSection resource type

Namespace: microsoft.graph

Represents the vertical section in a given SharePoint page.

Inherits from entity.

Methods

Method Return type Description
List webParts webPart Collection Get a list of web parts associated with a verticalSection object.
Create verticalSection verticalSection Create a new verticalSection object.
Get verticalSection verticalSection Read the properties and relationships of a verticalSection object.
Update verticalSection verticalSection Update the properties of a verticalSection object.
Delete verticalSection verticalSection Delete a verticalSection object.

Properties

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.

Relationships

Relationship Type Description
webparts webPart collection The set of web parts in this section.

JSON representation

The following is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.verticalSection",
  "id": "String (identifier)",
  "emphasis": "String"
}