| SystemOptionsServicesRemoveDictionary Method | 
Namespace: IngeniuxCMService
 Syntax
Syntaxpublic XHRServiceResponseGeneric<DictionaryEntry> RemoveDictionary( RemoveDictionaryInput data )
Object containing the locale name for the dictionary to be removed
 Examples
Examples{
    "data": {
        "data": "fr-ca"
    }
}Object containing the dictionary and affix files that were deleted for the given locale. The file paths are relative to "xml" folder
 Examples
Examples{
    "code": 0,
    "error": null,
    "message": {
        "afffixFile": "custom/SpellCheckDictionaries/fr_ca.aff",
        "dictionaryFile": "custom/SpellCheckDictionaries/fr_ca.dic"
    }
} See Also
See Also