| SiteRoomsGetChangedRooms Method  | 
            Gets changed rooms by specified chat user.
            
 
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 9.0.0
Syntaxpublic ChatRoomsData GetChangedRooms(
	Nullable<DateTime> sinceWhen,
	ChatUserInfo chatUser
)
Parameters
- sinceWhen
 - Type: SystemNullableDateTime
Rooms changed since this time will be returned. If null, only accessible rooms will be returned - chatUser
 - Type: CMS.ChatChatUserInfo
Chat user whose accessible rooms should be returned. If null, only public rooms will be returned. 
Return Value
Type: 
ChatRoomsData
See Also