MDUpgradeOption Enumeration
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..
Item: Upgrade the metadata of the current item: UpgradeMetadata
var fgdcItem = ItemFactory.Instance.Create(@"C:\projectAlpha\GDBs\testData.gdb");
await QueuedTask.Run(() => fgdcItem.UpgradeMetadata(MDUpgradeOption.esriUpgradeFgdcCsdgm));
Target Platforms: Windows 11, Windows 10
ArcGIS Pro version: 3.0 or higher.