ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Framework Namespace / NotificationItem Class / NotificationItem Constructor / NotificationItem Constructor(String,Boolean,String,ImageSource,NotificationType,String,Delegate,Object[],String,Boolean,String,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
The text that shows the action the notification will perform on click.
A custom handler specified to control what happens when a notification is clicked.
The arguments associated with the action handler.
A detailed message.
Indicates if the notification item has an associated context menu.
The help ID for the item.
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,Delegate,Object[],String,Boolean,String,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
    actionText
    The text that shows the action the notification will perform on click.
    action
    A custom handler specified to control what happens when a notification is clicked.
    actionArgs
    The arguments associated with the action handler.
    details
    A detailed message.
    showContextMenu
    Indicates if the notification item has an associated context menu.
    helpContextID
    The help ID for the item.
    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