ArcGIS Pro 2.9 API Reference Guide
NotificationItem Constructor(String,Boolean,String,NotificationType)

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
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, Windows 8.1

See Also

Reference

NotificationItem Class
NotificationItem Members
Overload List