| ICachedRulesManagerGetAttributeRulesCached Method  | 
            Returns cached attribute RuleInfo objects based on attribute name.
            
 
Namespace: CMS.OnlineMarketingAssembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
SyntaxList<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