Checks given text for all bad words.
Namespace: CMS.ProtectionAssembly: CMS.Protection (in CMS.Protection.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- cultureCode
- Type: System String
Code of culture
- siteName
- Type: System String
Site name
- text
- Type: System String
Text to check
- foundWords
- Type: System.Collections Hashtable
Found words
- maxTextLength
- Type: System Int32
Maximum length of the text to be checked. If value is zero, text length is unlimited.
Return Value
Type: BadWordActionEnumWhat action should be performed and modified text through the text parameter.
See Also