Click or drag to resize
CachedRulesManager Class
Loads rules that are eligible for recalculation from cache.
Inheritance Hierarchy
SystemObject
  CMS.OnlineMarketingCachedRulesManager

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
public class CachedRulesManager : ICachedRulesManager

The CachedRulesManager type exposes the following members.

Constructors
  NameDescription
Public methodCachedRulesManager
Top
Methods
  NameDescription
Public methodGetActivityRulesCached
Returns cached activity RuleInfo objects based on activity type name.
Public methodGetAttributeRulesCached
Returns cached attribute RuleInfo objects based on attribute name.
Public methodGetEnabledRules
Returns cached RuleInfos types belonging to enabled Scores on all sites.
Public methodGetMacroRulesCached
Returns cached macro RuleInfo objects.
Top
See Also