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