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


IMetadataHelper.StylesheetPath Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CatalogUI > ESRI.ArcGIS.CatalogUI > Interfaces > IM > IMetadataHelper Interface > IMetadataHelper.StylesheetPath Property
ArcGIS Developer Help

IMetadataHelper.StylesheetPath Property

Path to the Stylesheets directory.

[Visual Basic .NET]
Public ReadOnly Property StylesheetPath As String
[C#]
public string StylesheetPath {get;}

Product Availability

Available with ArcGIS Desktop.

Remarks

The StylesheetPath property is no longer used in ArcGIS 10. The stylesheet that is used to display an ArcGIS item�s metadata is clearly identified in the current ArcGIS metadata style by providing a file path that originates from the ArcGIS for Desktop install location.

See Also

IMetadataHelper Interface