SiteRoomsGetChangedRooms Method |
Gets changed rooms by specified chat user.
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 8.2.23
Syntax public 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:
ChatRoomsDataSee Also