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

Namespace: CMS.Protection
Assembly: CMS.Protection (in CMS.Protection.dll) Version: 9.0.0
Syntax
C#
public static InfoDataSet<BadWordInfo> GetBadWords(
	string where,
	string orderBy
)

Parameters

where
Type: SystemString
Where condition to filter data
orderBy
Type: SystemString
Order by statement

Return Value

Type: InfoDataSetBadWordInfo
See Also