Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 1.08 KB

devenv-runpagemode-property.md

File metadata and controls

41 lines (31 loc) · 1.08 KB
title description ms.author ms.date ms.topic author ms.reviewer
RunPageMode Property
Sets the mode in which the page is run.
solsen
05/14/2024
reference
SusanneWindfeldPedersen
solsen

RunPageMode Property

Version: Available or changed with runtime version 1.0.

Sets the mode in which the page is run. Choose between View, Edit, or Create.

Applies to

  • Page Action

Property Value

Value Available or changed with Description
View runtime version 1.0 The page is run in View mode.
Edit runtime version 1.0 The page is run in Edit mode.
Create runtime version 1.0 The page is run in Create mode.

Syntax

RunPageMode = Edit;

See Also

Properties
RunObject Property