LevelPopulationPolicy Enumeration

The supported population policies for hierarchy levels.

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 LevelPopulationPolicy
Members
  Member nameValueDescription
Auto0 Levels are always returned, unless a 'TooManyLevels' warning has been detected.
Always1 Levels are always returned, even if a 'TooManyLevels' warning has been detected.
See Also