Helper class for bad words.
Inheritance Hierarchy
Namespace: CMS.ProtectionAssembly: CMS.Protection (in CMS.Protection.dll) Version: 8.2.23
Syntax public static class BadWordsHelper
The BadWordsHelper type exposes the following members.
Methods
| Name | Description |
---|
| BadWordsAction |
Gets default action for the bad words from the settings.
|
| BadWordsReplacement |
Gets default replacement for the bad words from the settings.
|
| CheckBadWords(GeneralizedInfo, DictionaryString, Int32, Int32) | Obsolete.
Performs bad words check.
|
| CheckBadWords(GeneralizedInfo, DictionaryString, Int32, Int32, FuncBoolean) |
Performs bad words check.
|
| CheckBadWords(GeneralizedInfo, DictionaryString, Int32, String, String, Int32) | Obsolete.
Performs bad words check.
|
| CheckBadWords(GeneralizedInfo, DictionaryString, Int32, String, String, Int32, FuncBoolean) |
Performs bad words check.
|
| CheckBadWords(GeneralizedInfo, DictionaryString, Int32, String, String, String, Int32) | Obsolete.
Performs bad words check.
|
| CheckBadWords(GeneralizedInfo, DictionaryString, Int32, String, String, String, Int32, FuncBoolean) |
Performs bad words check.
|
| CheckBadWords(GeneralizedInfo, DictionaryString, Int32, String, String, String, String, Int32, FuncBoolean) |
Performs bad words check.
|
| PerformBadWordsCheck |
Indicates if the bad words check should be performed.
|
TopProperties
| Name | Description |
---|
| DefaultReplacement |
Default replacement for 'replace' action. It is used when replaced string has greater size than maximum limit.
|
TopSee Also