This document is archived and information here might be outdated.  Recommended version.


IXMLImportUI Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseDistributedUI > ESRI.ArcGIS.GeoDatabaseDistributedUI > Interfaces > IX > IXMLImportUI Interface
ArcGIS Developer Help

IXMLImportUI Interface

Provides access to members that control the display of XML import UI.

Product Availability

Available with ArcGIS Desktop.

Members

Name Description
Read/write property EnumNameMapping Provides access to members that control name mapping.
Read/write property SchemaOnly Indicates whether schema-only is required from XML source.
Read/write property SourceXMLFile The name of the source XML file.
Read/write property TargetWorkspace The dataset names in the source geodatabase.

Classes that implement IXMLImportUI

Classes Description
XMLImportUI The XML import wizard.

Remarks

The properties in this interface correspond to the controls on the xml import wizard.

See Also

IXMLImportUI Interface