Class MacroRuleInstance
- Namespace
- CMS.ContactManagement
- Assembly
- CMS.ContactManagement.dll
Represents one line from the macro rule condition builder.
public class MacroRuleInstance
- Inheritance
-
objectMacroRuleInstance
- Extension Methods
Properties
MacroRuleName
Codename of the rule.
public string MacroRuleName { get; set; }
Property Value
- string
Parameters
Parameters that a user filled in an instance of a macro rule.
public StringSafeDictionary<MacroRuleParameter> Parameters { get; set; }