Click or drag to resize
ICachedRulesManager.GetAttributeRulesCached 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: System.String
Name of the attribute which rules correspond to
siteId
Type: System.Int32
Site ID

Return Value

Type: List<RuleInfo>
See Also