Rediger

Scope property by object type

The Scope property applies to the following object types:

The property is available for page actions and tables from runtime version 1.0. It's available for enum and interface objects from runtime version 14.0.

Scope on enum and interface objects

For enum and interface objects, Scope controls whether the object can be used in extensions that target the cloud.

Value Description
Cloud The object can be used in extensions that target the cloud or on-premises. This value is the default.
OnPrem The object can be used only in extensions that target on-premises deployments.

Syntax

Scope = OnPrem;

Compilation scope overview
Properties