| ICachedRulesManagerGetAttributeRulesCached Method | 
            Returns cached attribute RuleInfo objects based on attribute name.
            
 
Namespace: CMS.ContactManagementAssembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 13.0.131
 Syntax
SyntaxList<RuleInfo> GetAttributeRulesCached(
	string attributeName
)
Parameters
- attributeName
- Type: SystemString
 Name of the attribute which rules correspond to
Return Value
Type: 
ListRuleInfo See Also
See Also