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 (25.3.0.1000)
Syntaxpublic enum ContentBundlingPolicy
Public Enumeration ContentBundlingPolicy
public enum class ContentBundlingPolicy
type ContentBundlingPolicy
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | DoNotCombine | 0 | Items in a bunch are not combined. | 
 | CombineOnly | 1 | Items in the bunch are combined into a single source. | 
 | CombineAndMinify | 2 | Items in the bunch are minified and combined into a single source. | 
See Also