Click or drag to resize
BadWordInfoProviderBadWordExistsInternal Method
Returns true if bad word exists.

Namespace: CMS.Protection
Assembly: CMS.Protection (in CMS.Protection.dll) Version: 8.2.23
Syntax
C#
protected virtual bool BadWordExistsInternal(
	string badWord
)

Parameters

badWord
Type: SystemString
Bad word

Return Value

Type: Boolean
See Also