Click or drag to resize
RuleInfoProviderGetRuleInfoInternal Method (String, Int32)
Returns rule with specified name.

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

Parameters

ruleName
Type: SystemString
Rule name
siteId
Type: SystemInt32
Site ID

Return Value

Type: RuleInfo
See Also