Gets changed rooms by specified chat user.
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- sinceWhen
- Type: System Nullable DateTime
Rooms changed since this time will be returned. If null, only accessible rooms will be returned
- chatUser
- Type: CMS.Chat ChatUserInfo
Chat user whose accessible rooms should be returned. If null, only public rooms will be returned.
Return Value
Type: ChatRoomsDataSee Also