Click or drag to resize
UsersRoomAdminStatesGetAdminLevelInRoom Method
Gets admin level of user in a room. None is returned if room was not found.

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

Parameters

chatUserID
Type: SystemInt32
Chat user ID
chatRoomID
Type: SystemInt32
Room ID

Return Value

Type: AdminLevelEnum
See Also