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


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

IXMLExportUI Interface

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

Product Availability

Available with ArcGIS Desktop.

Members

Name Description
Read/write property Description The data and filters that define the export.
Read/write property ExportBinary Indicates whether binary export is required.
Read/write property ExportMetadata Indicates whether Meta data export is required.
Read/write property OutputXMLFile The output XML file.
Read/write property SchemaOnly Indicates whether schema-only is required from source geodatabase.
Read/write property SourceData The dataset names in the source geodatabase.
Read/write property XMLExportType The XML export file type.

Classes that implement IXMLExportUI

Classes Description
XMLExportUI The XML export wizard.

Remarks

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

See Also

XMLExportUI Class