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