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 = 3Represents a danger alert.
Info = 0Represents an informational alert.
Success = 1Represents a success alert.
Warning = 2Represents a warning alert.
Remarks
The colors associated with each alert type are as follows:
- Info: Blue
- Success: Green
- Warning: Yellow
- Danger: Red