| BadWordInfoProviderBadWordExists Method | 
            Checks whether bad word exists.
            
 
Namespace: CMS.ProtectionAssembly: CMS.Protection (in CMS.Protection.dll) Version: 10.0.0
 Syntax
Syntaxpublic static bool BadWordExists(
	string badWord
)
Parameters
- badWord
- Type: SystemString
 Bad word
Return Value
Type: 
BooleanTrue if bad word exists.
 See Also
See Also