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


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

IPlugInMetadataPath2.MetadataPathByType Property

The path to the metadata file for the dataset indentified by localName.

[Visual Basic .NET]
Public Function get_MetadataPathByType ( _
    ByVal Type As esriDatasetType, _
    ByVal localName As String _
) As String
[C#]
public string get_MetadataPathByType (
    esriDatasetType Type,
    string localName
);
[C++]
HRESULT get_MetadataPathByType(
  esriDatasetType Type,
  BSTR localName,
  System.String* MetadataPath
);
[C++]
Parameters
Type [in]

Type is a parameter of type esriDatasetType localName [in]
localName is a parameter of type BSTR MetadataPath [out, retval]
MetadataPath is a parameter of type BSTR*

Product Availability

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

See Also

IPlugInMetadataPath2 Interface