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.
- See Also
SupportedActions
Gets the supported actions.
public override IEnumerable<string> SupportedActions { get; }
Property Value
- IEnumerable<string>
- The supported actions.
- See Also
Methods
Evaluate(string)
Evaluates the specified action.
public override object Evaluate(string action)
Parameters
action
string- The action.
Returns
- object
- The value of the action that was evaluated;
null
if the action did not evaluate to a specific value.
- See Also