Click or drag to resize
BadWordCultureInfoProviderGetWordCultures Method
Gets cultures of specified bad word.

Namespace: CMS.Protection
Assembly: CMS.Protection (in CMS.Protection.dll) Version: 8.2.23
Syntax
C#
public static InfoDataSet<CultureInfo> GetWordCultures(
	int wordId
)

Parameters

wordId
Type: SystemInt32
ID of bad word

Return Value

Type: InfoDataSetCultureInfo
See Also