Click or drag to resize
RuleInfoProviderLoadMacroRules Method
Returns RuleInfo objects based on macros.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
public static ObjectQuery<RuleInfo> LoadMacroRules(
	int siteId
)

Parameters

siteId
Type: SystemInt32
Site ID

Return Value

Type: ObjectQueryRuleInfo
See Also