InfoBarSeverity Enum
Defines the severity of messages displayed in an InfoBar.
public enum InfoBarSeverity
Fields
Name | Description |
---|---|
Error | Indicates a that an error or problem has occurred. |
Information | Indicates general information is being displayed. |
Success | Indicates a task or action has completed successfully. |
Warning | Indicates a condition that might be a problem. |