Click or drag to resize
ChatOnlineUserInfoProviderGetAllChatOnlineUsers Method
Gets all users who are online right now on specified site.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 9.0.0
Syntax
C#
public static IEnumerable<OnlineUserData> GetAllChatOnlineUsers(
	int siteID
)

Parameters

siteID
Type: SystemInt32
Site ID

Return Value

Type: IEnumerableOnlineUserData
Online users
See Also