MacroRuleMetadata Constructor (String, IMacroRuleInstanceTranslator, String) |
Note: This API is now obsolete.
Constructor.
Namespace: CMS.OnlineMarketingAssembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 8.2.23
Syntax [ObsoleteAttribute("Use MacroRuleMetadata(string, IMacroRuleInstanceTranslator, IList<string>, IList<string>) instead.")]
public MacroRuleMetadata(
string macroRuleName,
IMacroRuleInstanceTranslator translator,
string affectingActivity
)
Parameters
- macroRuleName
- Type: SystemString
Rule of the macro (see MacroRuleName) - translator
- Type: CMS.OnlineMarketingIMacroRuleInstanceTranslator
A translator to use for macro with name macroRuleName - affectingActivity
- Type: SystemString
An activity that affect this macro rule. The rule gets recalculated only if this activity type performs.
See Also