| ICachedRulesManagerGetActivityRulesCached Method  | 
            Returns cached activity RuleInfo objects based on activity type name.
            
 
Namespace: CMS.OnlineMarketingAssembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
SyntaxList<RuleInfo> GetActivityRulesCached(
	string activityTypeName,
	int siteId
)
Parameters
- activityTypeName
 - Type: SystemString
Name of the activity type name which rules correspond to - siteId
 - Type: SystemInt32
Site ID 
Return Value
Type: 
ListRuleInfo
See Also