ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Framework Namespace / Notification.SeverityLevel Enumeration

In This Topic
    Notification.SeverityLevel Enumeration
    In This Topic
    Toast notification severity
    Syntax
    public enum Notification.SeverityLevel : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
    Public Enum Notification.SeverityLevel 
       Inherits System.Enum
       Implements System.IComparable, System.IConvertible, System.IFormattable 
    Members
    MemberDescription
    High High severity notification is not controlled by the notificaiton interval
    Low Low severity notification is controled by the notification interval
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ArcGIS.Desktop.Framework.Notification.SeverityLevel

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.1 or higher.
    See Also