ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Core Namespace / IMetadata Interface / SaveMetadataAsXML Method
Example

In This Topic
    SaveMetadataAsXML Method (IMetadata)
    In This Topic
    Save the metadata of the current item as XML
    Syntax
    Sub SaveMetadataAsXML( _
       ByVal outputFilePath As String, _
       ByVal outputType As MDSaveAsXMLOption _
    ) 
    void SaveMetadataAsXML( 
       string outputFilePath,
       MDSaveAsXMLOption outputType
    )

    Parameters

    outputFilePath
    outputType

    Return Value

    void
    Example
    Item: Save the metadata of the current item as XML: SaveMetadataAsXML
    {
      metadataItemToSaveAsXML.SaveMetadataAsXML(@"E:\Temp\OutputXML.xml", MDSaveAsXMLOption.esriExactCopy);
    }
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also