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


IPlugInMetadataPath Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IP > IPlugInMetadataPath Interface
ArcGIS Developer Help

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

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

Classes that implement IPlugInMetadataPath

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.