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

Namespace: CMS.Protection
Assembly: CMS.Protection (in CMS.Protection.dll) Version: 9.0.0
Syntax
C#
protected virtual InfoDataSet<CultureInfo> GetWordCulturesInternal(
	int wordId
)

Parameters

wordId
Type: SystemInt32
ID of bad word

Return Value

Type: InfoDataSetCultureInfo
See Also