BadWordsHelper MembersKentico 8.0 API Reference
The BadWordsHelper type exposes the following members.
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, Dictionary String, Int32 , Int32)Obsolete.
Performs bad words check.
Public methodStatic memberCheckBadWords(GeneralizedInfo, Dictionary String, Int32 , Int32, Func Boolean )
Performs bad words check.
Public methodStatic memberCheckBadWords(GeneralizedInfo, Dictionary String, Int32 , String, String, Int32)Obsolete.
Performs bad words check.
Public methodStatic memberCheckBadWords(GeneralizedInfo, Dictionary String, Int32 , String, String, Int32, Func Boolean )
Performs bad words check.
Public methodStatic memberCheckBadWords(GeneralizedInfo, Dictionary String, Int32 , String, String, String, Int32)Obsolete.
Performs bad words check.
Public methodStatic memberCheckBadWords(GeneralizedInfo, Dictionary String, Int32 , String, String, String, Int32, Func Boolean )
Performs bad words check.
Public methodStatic memberCheckBadWords(GeneralizedInfo, Dictionary String, Int32 , String, String, String, String, Int32, Func Boolean )
Performs bad words check.
Public methodStatic memberPerformBadWordsCheck
Indicates if the bad words check should be performed.
Back to Top
Properties

  NameDescription
Public propertyStatic memberDefaultReplacement
Default replacement for 'replace' action. It is used when replaced string has greater size than maximum limit.
Back to Top
See Also