ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Catalog Namespace / SaveItemDialog Class
Members Example

In This Topic
    SaveItemDialog Class
    In This Topic
    Opens the Browse dialog box and allows you to save an item to the active portal or to a local or network disk.
    Object Model
    SaveItemDialog ClassBrowseProjectFilter Class
    Syntax
    public sealed class SaveItemDialog : ItemDialog 
    Public NotInheritable Class SaveItemDialog 
       Inherits ItemDialog
    Example
    SaveItemDialog
    SaveItemDialog saveLayerFileDialog = new SaveItemDialog()
    {
      Title = "Save Layer File",
      InitialLocation = @"C:\Data\ProLayers\Geographic\Streets",
      Filter = ItemFilters.Files_All
    };
    
    Inheritance Hierarchy

    System.Object
       ArcGIS.Desktop.Catalog.ItemDialog
          ArcGIS.Desktop.Catalog.SaveItemDialog

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also