ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Framework Namespace / NotificationManager Class / RemoveNotification Method

In This Topic
    RemoveNotification Method (NotificationManager)
    In This Topic
    Remove the notification by id.
    Syntax
    Public Shared Function RemoveNotification( _
       ByVal id As String _
    ) As Boolean
    public static bool RemoveNotification( 
       string id
    )

    Parameters

    id
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also