| SiteOnlineUsersGetOnlineUsers Method  | 
            Gets online users from Cache.
            
 
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 9.0.0
Syntaxpublic OnlineUsersData GetOnlineUsers(
	Nullable<DateTime> sinceWhen
)
Parameters
- sinceWhen
 - Type: SystemNullableDateTime
If null, all online users on this site will be returned. If not null users changed since this time will be returned. 
Return Value
Type: 
OnlineUsersData
See Also