Click or drag to resize
CachedRulesManagerGetAttributeRulesCached Method
Returns cached attribute RuleInfo objects based on attribute name.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
public List<RuleInfo> GetAttributeRulesCached(
	string attributeName,
	int siteId
)

Parameters

attributeName
Type: SystemString
Name of the attribute which rules correspond to
siteId
Type: SystemInt32
Site ID

Return Value

Type: ListRuleInfo

Implements

ICachedRulesManagerGetAttributeRulesCached(String, Int32)
See Also