| ChatOnlineUserInfoProviderGetChangedChatOnlineUsers Method  | 
            Gets online users for specified site.
            
 
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 9.0.0
Syntaxpublic 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