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

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
public static RuleInfo GetRuleInfo(
	string ruleName,
	int siteId
)

Parameters

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

Return Value

Type: RuleInfo
See Also