Click or drag to resize
BadWordInfoProviderBadWordExists Method
Checks whether bad word exists.

Namespace: CMS.Protection
Assembly: CMS.Protection (in CMS.Protection.dll) Version: 8.2.23
Syntax
C#
public static bool BadWordExists(
	string badWord
)

Parameters

badWord
Type: SystemString
Bad word

Return Value

Type: Boolean
True if bad word exists.
See Also