LevelPopulationPolicy Enumeration

The supported population policies for hierarchy levels.

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (10.0.0.1002)
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