Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
The Scope property applies to the following object types:
- Scope property for page actions
- Scope property for tables
- Enum objects
- Interface objects
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;