Click or drag to resize
ChatServiceBaseVerifyChatUserHasAllPermissions Method
Verifies that currently logged in chat user has all 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 VerifyChatUserHasAllPermissions(
	params ChatPermissionEnum[] permissions
)

Parameters

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