This document is archived and information here might be outdated. Recommended version. |
Provides access to members that change the Catalog's metadata settings.
The IMetadataHelper Interface is implemented through the MetadataExtension CoClass.
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.
Name | Description | |
---|---|---|
DefaultStylesheet | Name of the default stylesheet. | |
Editor | CLSID of the currently selected editor. | |
Refresh | Refreshes the currently selected object in the Catalog. | |
Stylesheet | Name of the currently selected stylesheet. | |
StylesheetPath | Path to the Stylesheets directory. | |
SynchronizationInterval | The interval in seconds from the last update which must elapse before the Catalog will again update the metadata. | |
SynchronizationOption | When the Catalog creates and updates metadata automatically. | |
WebPagePath | Path to the HTML directory. |
Classes | Description |
---|---|
MetadataExtension | Provides access to metadata extension. |