Click or drag to resize
RuleInfoProviderGetRuleInfoInternal Method (Int32)
Returns rule with specified ID.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
protected virtual RuleInfo GetRuleInfoInternal(
	int ruleId
)

Parameters

ruleId
Type: SystemInt32
Rule ID

Return Value

Type: RuleInfo
See Also