| RoomStateGetOnlineUsers Method | 
            Gets online users in this room. Changed or all (sinceWhen is null).
            
 
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 10.0.0
 Syntax
Syntaxpublic RoomOnlineUsersData GetOnlineUsers(
	Nullable<DateTime> sinceWhen
)
Parameters
- sinceWhen
- Type: SystemNullableDateTime
 If null, all online users in this room will be returned. If not null users changed since this time will be returned.
Return Value
Type: 
RoomOnlineUsersData See Also
See Also