Click or drag to resize
ChatNotificationTypeEnum Enumeration
Types of chat notifications.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 10.0.0
Syntax
C#
public enum ChatNotificationTypeEnum
Members
  Member nameValueDescription
Invitation0 Invitation
InvitationDeclined1 Decline.
InvitationAccepted2 Accept.
NicknameAutomaticallyChanged3 Nickname was changed by system (when CMS user choose nickname, all anonyms with this nicknames are renamed).
Kicked4 Receiver of this message was kicked by sender from room with RoomID of this notification.
KickedPermanently5 Receiver of this message was kicked by sender from room with RoomID of this notification. This kick is permanent.
AdminAdded6 Receiver of this message was added to the list of room admins
AdminDeleted7 Receiver of this message was deleted from the list of room admins
See Also