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


IPlugInMetadataPath.MetadataPath Property (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 > IPlugInMetadataPath.MetadataPath Property
ArcGIS Developer Help

IPlugInMetadataPath.MetadataPath Property

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

[Visual Basic .NET]
Public Function get_MetadataPath ( _
    ByVal localName As String _
) As String
[C#]
public string get_MetadataPath (
    string localName
);
[C++]
HRESULT get_MetadataPath(
  BSTR localName,
  System.String* MetadataPath
);
[C++]
Parameters
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.

Description

Returns the path to the metadata file for a particular dataset in the workspace. ArcGIS will store the metadata for the dataset stored in the xml file specified by MetadataPath. ArcGIS will create the file if it does not exist. These metadata files must be claimed by IPlugInWorkspaceFactoryHelper::GetWorkspaceString.

See Also

IPlugInMetadataPath Interface | IPlugInWorkspaceFactoryHelper.GetWorkspaceString Method