Click or drag to resize
ICachedRulesManagerGetAttributeRulesCached 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#
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
See Also