This is useful to get a setting for a specific siteaccess for example.
It will check the different scopes available for a given namespace to find the appropriate parameter.
To work, the dynamic setting must comply internally to the following name format : "..parameter.name".
- is the namespace for your dynamic setting. Defaults to "ezsettings", but can be anything.
- is basically the siteaccess name you want your parameter value to apply to.
Can also be "global" for a global override.
Another scope is used internally: "default". This is the generic fallback.
The resolve scope order is the following:
1. "global"
2. SiteAccess name
3. "default"