| SiteOnlineUsersGetOnlineUser Method | 
            Gets online user. Caller of this method assumes, that user is online. So if user is not found in cache,
            database will be queried.
            
 
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 10.0.0
 Syntax
Syntaxpublic OnlineUserData GetOnlineUser(
	int chatUserID
)
Parameters
- chatUserID
- Type: SystemInt32
 Chat user ID
Return Value
Type: 
OnlineUserDataOnlineUserData or null if user is not online
 See Also
See Also