| BadWordInfoProviderCanUseBadWords Method | 
            Determines whether user can use bad words.
            
 
Namespace: CMS.ProtectionAssembly: CMS.Protection (in CMS.Protection.dll) Version: 10.0.0
 Syntax
Syntaxpublic static bool CanUseBadWords(
	IUserInfo user,
	string siteName
)
Parameters
- user
- Type: CMS.BaseIUserInfo
 User info object
- siteName
- Type: SystemString
 Site name
Return Value
Type: 
BooleanTrue if user can use bad words.
 See Also
See Also