ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / ExportDialogHelper Class / ShowExportDialog Method

In This Topic
    ShowExportDialog Method
    In This Topic
    Syntax
    Public Shared Sub ShowExportDialog( _
       ByVal title As String, _
       ByVal message As String, _
       ByVal cancelMessage As String, _
       ByVal action As Action, _
       ByVal cancelAction As Action _
    ) 
    public static void ShowExportDialog( 
       string title,
       string message,
       string cancelMessage,
       Action action,
       Action cancelAction
    )

    Parameters

    title
    message
    cancelMessage
    action
    cancelAction
    Requirements

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

    ArcGIS Pro version: 3.7 or higher.
    See Also