ArcGIS Pro 3.2 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 static bool RemoveNotification( 
       string id
    )
    Public Shared Function RemoveNotification( _
       ByVal id As String _
    ) As Boolean

    Parameters

    id
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also