ACAT.Extensions.Default.SpellCheckers.SpellChecker.SaveSettings C# (CSharp) Méthode

SaveSettings() public méthode

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