ArcObjects Library Reference (CatalogUI)  

IMetadataHelper Interface

Provides access to members that change the Catalog's metadata settings.

Product Availability

Available with ArcGIS Desktop.

Description

The IMetadataHelper Interface is implemented through the MetadataExtension CoClass.

When To Use

Use the IMetadataHelper interface is used to access metadata properties and settings such as the default style sheet, the metadata editor, and the metadata synchronization options create and update.

Many of the same properties can be set through the graphical user interface. They are available at the Tools > Options > Metadata Tab. The IMetadataHelper simply offers the opportunity to get and/or set these properties programmatically.

Members

Description
Read/write property DefaultStylesheet Name of the default stylesheet.
Read/write property Editor CLSID of the currently selected editor.
Method Refresh Refreshes the currently selected object in the Catalog.
Read/write property Stylesheet Name of the currently selected stylesheet.
Read-only property StylesheetPath Path to the Stylesheets directory.
Read/write property SynchronizationInterval The interval in seconds from the last update which must elapse before the Catalog will again update the metadata.
Read/write property SynchronizationOption When the Catalog creates and updates metadata automatically.
Read-only property WebPagePath Path to the HTML directory.

CoClasses that implement IMetadataHelper

CoClasses and Classes Description
MetadataExtension Provides access to metadata extension.