Click or drag to resize
RuleInfoProviderLoadRulesByRuleParameterInternal 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#
protected virtual ObjectQuery<RuleInfo> LoadRulesByRuleParameterInternal(
	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