Click or drag to resize
ChatServiceGetPermissions Method
Gets permissions of currently logged in user.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 12.0.0
Syntax
C#
public ChatGeneralResponse<ChatUserPermissionData> GetPermissions()

Return Value

Type: ChatGeneralResponseChatUserPermissionData
Permissions.

Implements

IChatServiceGetPermissions
See Also