SettingPopulationPolicy Enumeration

The supported population policies for application configuration settings.

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public enum SettingPopulationPolicy
Members
  Member nameValueDescription
All0 All settings are returned.
Configured1 All settings that are configured are returned, regardless of scope.
ConfiguredOnScope2 All settings that are configured at the specified scope are returned.
NotConfigured3 All settings that haven't been configured are returned, regardless of scope.
See Also