ChatRoomInfoProvider GetChangedChatRooms Method Kentico 8.0 API Reference
Gets chat rooms changed since specified time. Does not select one to one rooms!

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

Parameters

siteID
Type: OnlineSystem Int32
Site ID
changedSince
Type: OnlineSystem Nullable OnlineDateTime 
Rooms changed since this time will be returned. If null all rooms will be returned

Return Value

Type: OnlineIEnumerable ChatRoomInfo 
See Also