Class UserMacro
- Namespace
- Dynamicweb.Ecommerce.Assortments
- Assembly
- Dynamicweb.Ecommerce.dll
UserMacro class.
public class UserMacro : Macro
- Inheritance
-
UserMacro
- Inherited Members
Properties
Name
Gets the name.
public override string Name { get; }
Property Value
- string
The name.
SupportedActions
Gets the supported actions.
public override IEnumerable<MacroAction> SupportedActions { get; }
Property Value
- IEnumerable<MacroAction>
The supported actions.
Methods
Evaluate(MacroAction)
Evaluates the specified action.
public override object Evaluate(MacroAction action)
Parameters
action
MacroActionThe action.
Returns
- object
The value of the action that was evaluated;
null
if the action did not evaluate to a specific value.