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


IGdbXmlExport Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseDistributed > ESRI.ArcGIS.GeoDatabaseDistributed > Interfaces > IG > IGdbXmlExport Interface
ArcGIS Developer Help

IGdbXmlExport Interface

Provides access to members that support exporting a geodatabase to XML.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Name Description
Method ExportDatasets Exports datasets to XML.
Method ExportDatasetsSchema Exports datasets schema to XML.
Method ExportRecordSet Exports a single tabular dataset to XML.
Method ExportWorkspace Exports a workspace to XML.
Method ExportWorkspaceSchema Exports a workspace schema to XML.

Classes that implement IGdbXmlExport

Classes Description
GdbExporter Esri Geodatabase Exporter object.

Remarks

The IGdbXmlExport interface provides five methods for exporting a geodatabase to an XML file.  The ExportWorkspace method exports workspace and data while ExportWorkspaceSchema  method exports workspace schema only.  The ExportDatasets method exports workspace and data at the dataset level of a PGDB and ArcSDE geodatabase, while ExportDatasetsSchema method exports workspace schema only. The ExportRecordSet method exports a recordset.

See Also

GdbExporter Class