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