SettingsScope Enum

Definition

This enumeration is used to specify the scope of the settings that is retrieved from the SettingsManager class.

public enum class SettingsScope
public enum class SettingsScope
enum SettingsScope
public enum SettingsScope
type SettingsScope = 
Public Enum SettingsScope
Inheritance
SettingsScope

Fields

Configuration 1

Denotes the installation specific configuration scope. This scope is read-only to the users.

Remote 4

Denotes the remote settings scope.

UserSettings 2

Denotes the user configurable user settings scope.

Applies to