public enum MDExportRemovalOption : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Public Enum MDExportRemovalOption Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
public enum MDExportRemovalOption : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Public Enum MDExportRemovalOption Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
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. |
System.Object
System.ValueType
System.Enum
ArcGIS.Desktop.Core.MDExportRemovalOption
Target Platforms: Windows 10, Windows 8.1