ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Framework Namespace / NotificationItem Class / NotificationItem Constructor / NotificationItem Constructor(String,Boolean,String,ImageSource,NotificationType,String,Boolean,DateTime,String,Delegate,Object[])
A unique identifier of the notification item
Indicates if the item shows in the Application or Project category.
Message
Custom image.
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.
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.

In This Topic
    NotificationItem Constructor(String,Boolean,String,ImageSource,NotificationType,String,Boolean,DateTime,String,Delegate,Object[])
    In This Topic
    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
    imageSource
    Custom image.
    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.
    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 11, Windows 10

    ArcGIS Pro version: 3.2 or higher.
    See Also