| ChatRoomUserHelperSetChatAdminLevel Method | 
            Sets admin level of specified user in specified room to specified level.
            
 
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 10.0.0
 Syntax
Syntaxpublic static void SetChatAdminLevel(
	int chatRoomID,
	int chatUserID,
	AdminLevelEnum adminLevel
)
Parameters
- chatRoomID
- Type: SystemInt32
 Room ID
- chatUserID
- Type: SystemInt32
 Chat user ID
- adminLevel
- Type: CMS.ChatAdminLevelEnum
 New admin level
 See Also
See Also