Click or drag to resize
AdminLevelEnum Enumeration
Possible admin levels of chat user in room.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 9.0.0
Syntax
C#
public enum AdminLevelEnum
Members
  Member nameValueDescription
None0 Noting (can't join in private rooms. Is the same as Join in public rooms).
Join1 Can join to the private rooms.
Admin2 Is admin in room.
Creator3 Is creator of the room. This admin level can not be revoked.
See Also