Click or drag to resize
BadWordCultureInfoProviderGetWordCulturesInternal Method

Note: This API is now obsolete.

Gets cultures of specified bad word.

Namespace: CMS.Protection
Assembly: CMS.Protection (in CMS.Protection.dll) Version: 11.0.0
Syntax
C#
[ObsoleteAttribute("Use CMS.DataEngine.ObjectQuery<BadWordCultureInfo> instead")]
protected virtual InfoDataSet<CultureInfo> GetWordCulturesInternal(
	int wordId
)

Parameters

wordId
Type: SystemInt32
ID of bad word

Return Value

Type: InfoDataSetCultureInfo
See Also