SupportRooms GetChangedSupportRooms Method Kentico 8.0 API Reference
Gets room which needs support.

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

Parameters

supportChatUserID
Type: OnlineSystem Int32
ID of chat user who is online on support right now. Rooms will be filtered based on this param (if room is taken by somebody else, it won't be send, etc.)
sinceWhen
Type: OnlineSystem Nullable OnlineDateTime 
Rooms changed since this time will be send. All pending support request will be send if null.

Return Value

Type: SupportRoomsData
See Also