ChatOnlineUserInfoProviderGetChangedChatOnlineUsers Method |
Gets online users for specified site.
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 8.2.23
Syntax 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:
IEnumerableOnlineUserDataOnline users
See Also