ChatRoomInfoProvider.GetChangedChatRooms Method Kentico 8.1 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.1.5347.20411)

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