Click or drag to resize
BadWordCultureInfoProviderGetBadWordCulturesInternal Method
Gets all cultures records.

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

Parameters

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

Return Value

Type: InfoDataSetBadWordCultureInfo
See Also