Class UserMacro
- Namespace
- Dynamicweb.Security.UserManagement
- Assembly
- Dynamicweb.Core.dll
Represents user macro
public class UserMacro : Macro
- Inheritance
-
UserMacro
- Inherited Members
Properties
Name
Gets user macro name
public override string Name { get; }
Property Value
- string
String value
SupportedActions
Gets list of supported actions
public override IEnumerable<MacroAction> SupportedActions { get; }
Property Value
Methods
Evaluate(MacroAction)
Evaluates action
public override object? Evaluate(MacroAction action)
Parameters
action
MacroActionaction name
Returns
- object
Evaluated action object