...
Code Block | ||
---|---|---|
| ||
public class CustomMediaItemVersionFBO extends MediaItemArticleVersionFBO { ... public String getHelpTopicsId() { return Activator.OH_ANCHOR_INTRODUCTION; } } |
Note |
---|
In this example the ID of the actual help topic is defined statically (as |
...