ArcObjects Library Reference (GeoDatabase)  

IPlugInMetadataPath Interface

Provides access to members that manage file metadata for a plug-in.

Product Availability

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

Description

This interface may be implemented by a plug-in workspace helper class that does not implement IPlugInMetadata.

Members

Description
Read-only property MetadataPath The path to the metadata file for the dataset indentified by localName.

CoClasses that implement IPlugInMetadataPath

CoClasses and Classes Description
FMEWorkspaceHelper (esriDataInterop) FMEWorkspaceHelper Class

Remarks

You should implement either IPlugInMetadata or IPlugInMetadataPath on your plug-in workspace helper for successful operation of the Export Data command in ArcMap. This command uses the FeatureDataConverter object which relies on metadata capabilities of data sources.