Table of Contents

Enum AlertType

Namespace
Dynamicweb.CoreUI.Displays.Information
Assembly
Dynamicweb.CoreUI.dll

Represents the types of alerts that can be displayed.

public enum AlertType

Fields

Danger = 3

Represents a danger alert.

Info = 0

Represents an informational alert.

Success = 1

Represents a success alert.

Warning = 2

Represents a warning alert.

Remarks

The colors associated with each alert type are as follows:

  • Info: Blue
  • Success: Green
  • Warning: Yellow
  • Danger: Red
To top