Skip to content

Latest commit

 

History

History
50 lines (38 loc) · 1.6 KB

File metadata and controls

50 lines (38 loc) · 1.6 KB
title webPartPosition resource type
description Represents the position information of the given web part to the current page.
author sangle7
ms.localizationpriority medium
ms.subservice sharepoint
doc_type resourcePageType
ms.date 08/01/2024

webPartPosition resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents the position information of the given web part to the current page.

Properties

Property Type Description
columnId Double Indicates the identifier of the column where the web part is located.
horizontalSectionId Double Indicates the horizontal section where the web part is located.
isInVerticalSection Boolean Indicates whether the web part is located in the vertical section.
webPartIndex Double Index of the current web part. Represents the order of the web part in this column or section.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.webPartPosition",
  "webPartIndex": "Double",
  "horizontalSectionId": "Double",
  "isInVerticalSection": "Boolean",
  "columnId": "Double"
}