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


IPlugInMetadataPath2.MetadataPathByType Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

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,
  BSTR* 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