| BadWordInfoProviderCanUseBadWords Method  | 
            Determines whether user can use bad words.
            
 
Namespace: CMS.ProtectionAssembly: CMS.Protection (in CMS.Protection.dll) Version: 9.0.0
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