SiteRooms GetChangedRooms Method Kentico 8.1 API Reference
Gets changed rooms by specified chat user.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 8.0.0.0 (8.1.5347.20411)

Parameters

sinceWhen
Type: OnlineSystem Nullable OnlineDateTime 
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