Click or drag to resize
ChatOnlineUserInfoProviderGetChangedChatOnlineUsers Method
Gets online users for specified site.

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

Parameters

siteID
Type: SystemInt32
Site ID
changedSince
Type: SystemDateTime
User changed since this time will be returned

Return Value

Type: IEnumerableOnlineUserData
Online users
See Also