| BadWordInfoProviderGetBadWordsInternal Method (Int32) | 
            Returns all bad words for given culture.
            
 
Namespace: CMS.ProtectionAssembly: CMS.Protection (in CMS.Protection.dll) Version: 10.0.0
 Syntax
Syntaxprotected virtual InfoDataSet<BadWordInfo> GetBadWordsInternal(
	int cultureId
)
Parameters
- cultureId
- Type: SystemInt32
 ID of culture
Return Value
Type: 
InfoDataSetBadWordInfoDataSet with bad words
 See Also
See Also