Skip to content

Latest commit

 

History

History
60 lines (45 loc) · 1.25 KB

File metadata and controls

60 lines (45 loc) · 1.25 KB
title workbookSessionInfo resource type
description Provides information about workbook session.
author lumine2008
ms.localizationpriority medium
ms.subservice excel
doc_type resourcePageType
ms.date 03/21/2024

workbookSessionInfo resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Provides information about workbook session.

Properties

Property Type Description
id string ID of the workbook session.
persistChanges string Set to true for persistent session. Set to false for non-persistent session (view mode).

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "id": "string",
  "persistChanges": true
}