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

In This Topic
    MDSaveAsHTMLOption Enumeration
    In This Topic
    Enumeration of options for saving an item’s ArcGIS metadata to an HTML file. The item’s metadata content can be exported to HTML format for display or use outside the ArcGIS platform. The XSLT stylesheet used to perform this conversion is indicated by the option selected.
    Syntax
    Members
    MemberDescription
    esriArcGISBrief The XSLT that is used to display metadata with the Item Description metadata style will be used to generate an HTML file that displays only the most essential content stored in the item’s metadata.
    esriArcGISFull The XSLT that is used to display all metadata content when one of the standard-format metadata styles will be used to generate an HTML file that displays all ArcGIS metadata content.
    esriCurrentMetadataStyle The XSLT that is used to display metadata for the currently selected metadata style will be used to generate an HTML file.
    Inheritance Hierarchy

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

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also