ArcGIS Pro 3.7 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 NotInheritable Class SaveItemDialog 
       Inherits ItemDialog
    public sealed class SaveItemDialog : ItemDialog 
    Example
    SaveItemDialog
    {
      SaveItemDialog saveLayerFileDialog = new()
      {
        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 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also