Loads the settings of the current project.

[VBScript]
Public Sub LoadSettings( _
   ByVal settings As Object _
)
[JScript]
public function LoadSettings(
   settings : Object
);

Parameters

settings
The filename of the project file to load.

Remarks

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.

See Also

Project Object | Project Members | HelpProducer Namespace