ArcObjects Library Reference (Catalog)  

IMetadataExport Interface

Provides access to members that define a metadata exporter.

Product Availability

Available with ArcGIS Desktop.

Members

Description
Read-only property DefaultFilename Default filename (including the file extension) to create on export.
Method Export Exports metadata to the specified location.
Read-only property Name Name of the metadata exporter.

Remarks

The IMetadataExport interface is available to custom CoClasses that implement the MetadataExport abstract class. For example, a custom CoClass might be written to support exporting metadata from an ArcGIS item to a custom document format. Example code illustrating how to use this object is available in the ArcGIS 9.3.1 Developer Help system.