ACAT.Extensions.Default.SpellCheckers.SpellChecker.SaveSettings C# (CSharp) Method

SaveSettings() public method

Saves settings into the specified directory
public SaveSettings ( String configFileDirectory ) : bool
configFileDirectory String name of the directory
return bool
        public bool SaveSettings(String configFileDirectory)
        {
            return true;
        }