Click or drag to resize
BadWordInfoProviderGetBadWords Method (Int32)
Returns all bad words for given culture.

Namespace: CMS.Protection
Assembly: CMS.Protection (in CMS.Protection.dll) Version: 8.2.23
Syntax
C#
public static InfoDataSet<BadWordInfo> GetBadWords(
	int cultureId
)

Parameters

cultureId
Type: SystemInt32
ID of culture

Return Value

Type: InfoDataSetBadWordInfo
See Also