com.esri.arcgis.geodatabase
Interface IPlugInMetadataPath2

All Superinterfaces:
IPlugInMetadataPath, Serializable
All Known Implementing Classes:
IPlugInMetadataPath2Proxy

public interface IPlugInMetadataPath2
extends IPlugInMetadataPath, Serializable

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

Product Availability

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


Method Summary
 String getMetadataPathByType(int type, String localName)
          The path to the metadata file for the dataset indentified by localName.
 
Methods inherited from interface com.esri.arcgis.geodatabase.IPlugInMetadataPath
getMetadataPath
 

Method Detail

getMetadataPathByType

String getMetadataPathByType(int type,
                             String localName)
                             throws IOException,
                                    AutomationException
The path to the metadata file for the dataset indentified by localName.

Product Availability

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

Parameters:
type - A com.esri.arcgis.geodatabase.esriDatasetType constant (in)
localName - The localName (in)
Returns:
The metadataPath
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.