Project.LoadSettings Method |
Loads the settings of the current project.
[VBScript] Public Sub LoadSettings( _ ByVal settings As Object _ )
[JScript] public function LoadSettings( settings : Object );
Call this method to load the settings from a Help Producer project file. The settings from the project file are merged with the current settings. If a single setting is not explicitly specified in the project file, the current setting is preserved.
The recommended encoding for the settings file is UTF-8.