SiteRooms.GetChangedRooms Method |
Gets changed rooms by specified chat user.
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 12.0.0
Syntaxpublic ChatRoomsData GetChangedRooms(
Nullable<DateTime> sinceWhen,
ChatUserInfo chatUser
)
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:
ChatRoomsData
See Also