Table of Contents

Class ShowMessageActionParameters

Namespace
Dynamicweb.CoreUI.Actions.Implementations
Assembly
Dynamicweb.CoreUI.dll
public class ShowMessageActionParameters : ActionParameters
Inheritance
ShowMessageActionParameters
Derived
Inherited Members
Extension Methods

Properties

AcceptText

public string AcceptText { get; set; }

Property Value

string

Label

public string Label { get; set; }

Property Value

string

Message

public string Message { get; set; }

Property Value

string

MessageTextGenerateCommandParameters

public ShowMessageCommandParameters? MessageTextGenerateCommandParameters { get; set; }

Property Value

ShowMessageCommandParameters
To top