|
Object Reference
Object Class ID "ASPDidYouMean.DidYouMean"
Basic Methods
getSuggestionString(strInput)
Returns a spelling suggestion for the input more...
getSuggestionArray(strInput [intMax])
Returns an array of spelling suggestion for the input
Using Dictionaries
getLanguagesAsArray()
Returns an array of the installed dictionary names
setLanguages(strDictionaryName)
Sets the dictionary(s) in use, as a comma separated list of names
Custom Dictionaries
addCustomDictionary(strFileName)
Adds a custom dictionary from a text file.
addCustomDictionaryFromArray(strID, arrWordsArray, binOverWrite)
Creates a custom dictionary from an array. Useful for database integration.
getCustomDictionaryModifiedDate(strDict)
Returns last modified date of custom dictionary by filename or ID
Optomisation
getSafeQuery(strInput)
This returns a string with all the spelling errors removed.
setBannedWords(arrWordsArray)
A array of banned words which will be excluded from results.
Registration
setRegKey(strKey)
Sets the Registration Key for the product.
|