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