Click or drag to resize
CachedRulesManager.GetActivityRulesCached Method
Returns cached activity RuleInfo objects based on activity type name.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
public List<RuleInfo> GetActivityRulesCached(
	string activityTypeName,
	int siteId
)

Parameters

activityTypeName
Type: System.String
Name of the activity type name which rules correspond to
siteId
Type: System.Int32
Site ID

Return Value

Type: List<RuleInfo>

Implements

ICachedRulesManager.GetActivityRulesCached(String, Int32)
See Also