ArcGIS Pro 2.6 API Reference Guide
MDExportRemovalOption Enumeration

ArcGIS.Desktop.Core Namespace : MDExportRemovalOption Enumeration
Enumeration of options for filtering sensitive content out of an item’s metadata. The item’s metadata content is filtered before it is exported to a standard metadata format. The amount of content that is filtered out of the item’s metadata is determined by the option selected.
Syntax
Members
MemberDescription
esriExportExactCopy The content of the item’s current metadata is not filtered before it is exported to a standard metadata format. All content is exported, including any sensitive information that may be present.
esriExportRemoveAllSensitive The content of the item’s metadata is filtered to remove local file paths, database connection information, URLs that do not begin with http or https, and so on, if this information is present. The remaining metadata content is then exported to a standard metadata format.
esriExportRemoveMachineNames The content of the item’s metadata is filtered to remove machine names from UNC paths, if they are present. The remaining metadata content is then exported to a standard metadata format.
Inheritance Hierarchy

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

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

ArcGIS.Desktop.Core Namespace