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
- infoObject
- Type: CMS.DataEngine GeneralizedInfo
Object info
- columns
- Type: System.Collections.Generic Dictionary String, Int32
Columns to check (column name and column size). If columns size is zero, column has maximal size and will not checked.
- foundWords
- Type: System.Collections Hashtable
Found words
Return Value
Type: BadWordActionEnumWhat action should be performed and modified text through the text parameter.
See Also