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

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

Parameters

activityTypeName
Type: SystemString
Name of the activity type name which rules correspond to

Return Value

Type: ListRuleInfo

Implements

ICachedRulesManagerGetActivityRulesCached(String)
See Also