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

Namespace: CMS.Protection
Assembly: CMS.Protection (in CMS.Protection.dll) Version: 9.0.0
Syntax
C#
protected virtual InfoDataSet<BadWordInfo> GetBadWordsInternal(
	int cultureId
)

Parameters

cultureId
Type: SystemInt32
ID of culture

Return Value

Type: InfoDataSetBadWordInfo
DataSet with bad words
See Also