Click or drag to resize
UserRoomAdminStateGetAdminLevelInRoom Method
Gets admin level in specified room. Returns None if this room was not found.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 10.0.0
Syntax
C#
public AdminLevelEnum GetAdminLevelInRoom(
	int chatRoomID
)

Parameters

chatRoomID
Type: SystemInt32
Room ID

Return Value

Type: AdminLevelEnum
See Also