ArcObjects Library Reference (GeoDatabase)  

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