UserRoomAdminStateGetAdminLevelInRoom Method |
Gets admin level in specified room. Returns None if this room was not found.
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 8.2.23
Syntax public AdminLevelEnum GetAdminLevelInRoom(
int chatRoomID
)
Parameters
- chatRoomID
- Type: SystemInt32
Room ID
Return Value
Type:
AdminLevelEnumSee Also