Click or drag to resize
BadWordCultureInfoProvider.GetBadWordCulturesInternal Method
Gets all cultures records.

Namespace: CMS.Protection
Assembly: CMS.Protection (in CMS.Protection.dll) Version: 10.0.0
Syntax
C#
protected virtual InfoDataSet<BadWordCultureInfo> GetBadWordCulturesInternal(
	string where,
	string orderBy
)

Parameters

where
Type: System.String
Where condition to filter data
orderBy
Type: System.String
Order by statement

Return Value

Type: InfoDataSet<BadWordCultureInfo>
See Also