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

SaveSettings() public method

Saves the word predictor settings to a file that is maintained by the word predictor.
public SaveSettings ( String settingsFilePath ) : bool
settingsFilePath String Directory where the settings are stored
return bool
        public bool SaveSettings(String settingsFilePath)
        {
            updateSettings(Common.AppPreferences);
            return true;
        }