Click or drag to resize
CachedRulesManager.GetEnabledRules Method
Returns cached RuleInfos types belonging to enabled Scores on all sites.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
public List<RuleInfo> GetEnabledRules()

Return Value

Type: List<RuleInfo>

Implements

ICachedRulesManager.GetEnabledRules()
See Also