ArcObjects Library Reference (GeoDatabaseDistributedUI)  

IXMLExportUI Interface

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

Product Availability

Available with ArcGIS Desktop.

Members

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.

CoClasses that implement IXMLExportUI

CoClasses and 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