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

In This Topic
    MDExportRemovalOption Enumeration
    In This Topic
    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 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also