ArcGIS Pro 2.8 API Reference Guide
NotificationItem Constructor(String,Boolean,String,NotificationType,String,Boolean,DateTime,String,String,Delegate,Object[])

ArcGIS.Desktop.Framework Namespace > NotificationItem Class > NotificationItem Constructor : NotificationItem Constructor(String,Boolean,String,NotificationType,String,Boolean,DateTime,String,String,Delegate,Object[])
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
A detailed message.
Indicates if the notification item has an associated context menu.
The date displayed for the item.
Custom image.
A custom menu item that shows on the item's context menu.
The custom handler assoicated with the custom menu item.
The arguments for the custom context menu item.
The constructor to create a notification item.
Syntax

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
details
A detailed message.
showContextMenu
Indicates if the notification item has an associated context menu.
date
The date displayed for the item.
customImage
Custom image.
customContextMenuItemText
A custom menu item that shows on the item's context menu.
customContextMenuItemDelegate
The custom handler assoicated with the custom menu item.
contextMenuItemArgs
The arguments for the custom context menu item.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

NotificationItem Class
NotificationItem Members
Overload List