Click or drag to resize
SiteOnlineUsersIsChatUserOnline Method
Checks if chat user with specified ID is online.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 9.0.0
Syntax
C#
public bool IsChatUserOnline(
	int chatUserID
)

Parameters

chatUserID
Type: SystemInt32
Id of chat user

Return Value

Type: Boolean
True (is online) or false (is not online)
See Also