ChatServiceBaseVerifyChatUserHasAnyPermission Method |
Verifies that currently logged in chat user has at least one of the passed permissions.
Throws exception in case of failure and does nothing in case of success.
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 8.2.23
Syntax protected void VerifyChatUserHasAnyPermission(
params ChatPermissionEnum[] permissions
)
Parameters
- permissions
- Type: CMS.ChatChatPermissionEnum
Chat permissions to check
See Also