Table of Contents

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

IEnumerable<MacroAction>

IEnumerable<T>

Methods

Evaluate(MacroAction)

Evaluates action

public override object Evaluate(MacroAction action)

Parameters

action MacroAction

action name

Returns

object

Evaluated action object

To top