| ChatServiceBaseVerifyChatUserHasAdminRoomRights Method | 
            Verifies that currently logged in chat user has admin rights for a room.
            
            Throws exception in case of failure and does nothing in case of success.
            
 
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 10.0.0
 Syntax
Syntaxprotected void VerifyChatUserHasAdminRoomRights(
	int roomID
)
Parameters
- roomID
- Type: SystemInt32
 Room ID
 See Also
See Also