ArcObjects Library Reference (Catalog)  

IMetadataImport Interface

Provides access to members that define a metadata importer.

Product Availability

Available with ArcGIS Desktop.

Members

Description
Read-only property DefaultFilename Default filename (including the file extension) from which to import.
Method Import Imports metadata from the specified location.
Read-only property Name Name of the metadata importer.

Remarks

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