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

Namespace: CMS.ContactManagement
Assembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 10.0.0
Syntax
C#
public List<RuleInfo> GetAttributeRulesCached(
	string attributeName
)

Parameters

attributeName
Type: SystemString
Name of the attribute which rules correspond to

Return Value

Type: ListRuleInfo

Implements

ICachedRulesManagerGetAttributeRulesCached(String)
See Also