Click or drag to resize
BadWordsHelper Class
Helper class for bad words.
Inheritance Hierarchy
SystemObject
  CMS.ProtectionBadWordsHelper

Namespace: CMS.Protection
Assembly: CMS.Protection (in CMS.Protection.dll) Version: 9.0.0
Syntax
C#
public static class BadWordsHelper

The BadWordsHelper type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberDefaultReplacement
Default replacement for 'replace' action. It is used when replaced string has greater size than maximum limit.
Top
Methods
  NameDescription
Public methodStatic memberBadWordsAction
Gets default action for the bad words from the settings.
Public methodStatic memberBadWordsReplacement
Gets default replacement for the bad words from the settings.
Public methodStatic memberCheckBadWords(GeneralizedInfo, DictionaryString, Int32, Int32, FuncBoolean)
Performs bad words check.
Public methodStatic memberCheckBadWords(GeneralizedInfo, DictionaryString, Int32, String, String, Int32, FuncBoolean)
Performs bad words check.
Public methodStatic memberCheckBadWords(GeneralizedInfo, DictionaryString, Int32, String, String, String, Int32, FuncBoolean)
Performs bad words check.
Public methodStatic memberCheckBadWords(GeneralizedInfo, DictionaryString, Int32, String, String, String, String, Int32, FuncBoolean)
Performs bad words check.
Public methodStatic memberPerformBadWordsCheck
Indicates if the bad words check should be performed.
Top
See Also