ArcGIS Pro 2.6 API Reference Guide
MDSaveAsHTMLOption Enumeration

ArcGIS.Desktop.Core Namespace : MDSaveAsHTMLOption Enumeration
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 10, Windows 8.1, Windows 7

See Also

Reference

ArcGIS.Desktop.Core Namespace