Click or drag to resize
RuleInfoProviderLoadRulesByRuleParameter Method
Returns RuleInfo objects based on item name (attribute or activity name).

Namespace: CMS.ContactManagement
Assembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 12.0.0
Syntax
C#
public static ObjectQuery<RuleInfo> LoadRulesByRuleParameter(
	string ruleParameter,
	RuleTypeEnum ruleType
)

Parameters

ruleParameter
Type: SystemString
Item name
ruleType
Type: CMS.ContactManagementRuleTypeEnum
Item type - attribute or activity

Return Value

Type: ObjectQueryRuleInfo
See Also