ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Core Namespace / MDUpgradeOption Enumeration

In This Topic
    MDUpgradeOption Enumeration
    In This Topic
    Enumeration of options for upgrading an item’s metadata to the ArcGIS metadata format. This option is provided to update metadata that was created with ArcGIS Desktop 8.x or 9.x..
    Syntax
    Members
    MemberDescription
    esriUpgradeEsriIso Upgrade ESRI-ISO format metadata content included in the item’s metadata to the ArcGIS metadata format. For example, this content may have been created with ArcGIS Desktop ISO metadata wizard.
    esriUpgradeFgdcCsdgm Upgrade FGDC CSDGM-format metadata content included in the item’s metadata to the ArcGIS metadata format. For example, this content may have been created with ArcGIS Desktop FGDC CSDGM metadata editor.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ArcGIS.Desktop.Core.MDUpgradeOption

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also