Synchronize Method (IMetadata)
Updates metadata with the current properties of the item. Metadata is created for the item if it doesn't already exist.
Item: Updates metadata with the current properties of the item: Synchronize
string syncedMetadataXml = string.Empty;
await QueuedTask.Run(() => syncedMetadataXml = metadataItemToSync.Synchronize());
Target Platforms: Windows 11, Windows 10
ArcGIS Pro version: 3 or higher.