ACAT.Extensions.Default.WordPredictors.PresageWCF.PresageWordPredictor.LoadSettings C# (CSharp) Method

LoadSettings() public method

Loads settings from the specified file and sets properties from the settings file.
public LoadSettings ( String settingsFilePath ) : bool
settingsFilePath String path to the settings file
return bool
        public bool LoadSettings(String settingsFilePath)
        {
            updateSettings(Common.AppPreferences);
            return true;
        }