Click or drag to resize
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.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 12.0.0
Syntax
C#
protected void VerifyChatUserHasAnyPermission(
	params ChatPermissionEnum[] permissions
)

Parameters

permissions
Type: CMS.ChatChatPermissionEnum
Chat permissions to check
See Also