Links to help system

Advanced topic - requires coding skills

The CLEM user interface, through the CLEMPresenter, provides a button to link the currently selected model component directly to the appropriate section of the help system online.

The link to the help system is provided through a Models.Core.HelpUri attribute

[HelpUri(@"Content/Features/Resources/Greenhouse gases/GreenhouseGasType.htm")]

All CLEM components are provided in the help system below the Features folder in the Content folder. The next level folder relates to the namespace of the component with Resources, Activities, Filters (Groupings), Reporting and DataReaders (located in root CLEM directory). Obtain the path of the component you want to link to and add this as the HelpUri attribute value.

Note: The CLEM help system is produced using MadCap Flare and can only be managed by the CLEM team.