| RoomStateForceTryGetUser Method  | 
            Gets online user. Caller expects that user is present in list of online users.
            
 
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 8.2.23
Syntaxpublic bool ForceTryGetUser(
	int chatUserID,
	out RoomOnlineUserData onlineUser
)
Parameters
- chatUserID
 - Type: SystemInt32
Chat user ID - onlineUser
 - Type: CMS.ChatRoomOnlineUserData
Output Online User 
Return Value
Type: 
BooleanTrue if user was found
See Also