Loads the configuration settings in Configuration.xml into the Configuration instance
Declaration Syntax
C# | Visual Basic |
public void RetrieveConfiguration( Configuration configuration, bool overwriteNonDefaultSettings )
Public Sub RetrieveConfiguration ( configuration As Configuration, overwriteNonDefaultSettings As Boolean )
Parameters
- configuration (Configuration)
- The Configuration instance to load the settings into.
- overwriteNonDefaultSettings (Boolean)
- Whether to overwrite any property settings that are not equal to default values - setting this arg to false means that any properties that you have changed will be preserved and not use the value from the configuration.xml file.
Return Value
The instance of the Configuration class that holds the settings to be used.
Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2022.8.22.610