ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Framework Namespace / NotificationItem Class / NotificationItem Constructor / NotificationItem Constructor(String,Boolean,String,NotificationType)
A unique identifier of the notification item
Indicates if the item shows in the Application or Project category.
Message
Type of Error, Warning, Confirmation, Information, or Custom

In This Topic
    NotificationItem Constructor(String,Boolean,String,NotificationType)
    In This Topic
    The constructor to create a notification item.
    Syntax
    Public Function New( _
       ByVal id As String, _
       ByVal isApplicationLevel As Boolean, _
       ByVal message As String, _
       ByVal type As NotificationType _
    )

    Parameters

    id
    A unique identifier of the notification item
    isApplicationLevel
    Indicates if the item shows in the Application or Project category.
    message
    Message
    type
    Type of Error, Warning, Confirmation, Information, or Custom
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also