Table of Contents

Class UserMacro

Namespace
Dynamicweb.Security.UserManagement
Assembly
Dynamicweb.Security.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<string> SupportedActions { get; }

Property Value

IEnumerable<string>
IEnumerable<T>

Methods

Evaluate(string)

Evaluates action
public override object Evaluate(string action)

Parameters

action string
action name

Returns

object
Evaluated action object
To top