Click or drag to resize
BadWordCultureInfoProviderRemoveBadWordFromCulture Method
Removes bad word from specified culture and cleares bad word hashtables.

Namespace: CMS.Protection
Assembly: CMS.Protection (in CMS.Protection.dll) Version: 9.0.0
Syntax
C#
public static void RemoveBadWordFromCulture(
	int wordId,
	int cultureId
)

Parameters

wordId
Type: SystemInt32
ID of bad word
cultureId
Type: SystemInt32
ID of culture
See Also