| 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: 10.0.0
 Syntax
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
See Also