Click or drag to resize
ChatServiceBase.VerifyChatUserHasAllPermissions 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: 11.0.0
Syntax
C#
protected void VerifyChatUserHasAllPermissions(
	params ChatPermissionEnum[] permissions
)

Parameters

permissions
Type:CMS.Chat.ChatPermissionEnum[]
Chat permissions to check
See Also