ContentBundlingPolicy Enumeration

Specifies the method use to render references to content bunches.

Namespace:  Dundas.BI.Web
Assembly:  Dundas.BI.Web.Core (in Dundas.BI.Web.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public enum ContentBundlingPolicy
Members
  Member nameValueDescription
DoNotCombine0Items in a bunch are not combined.
CombineOnly1Items in the bunch are combined into a single source.
CombineAndMinify2Items in the bunch are minified and combined into a single source.
See Also