Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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;