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