SupportRoomsGetChangedSupportRooms Method |
Gets room which needs support.
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 8.2.23
Syntax public SupportRoomsData GetChangedSupportRooms(
int supportChatUserID,
Nullable<DateTime> sinceWhen
)
Parameters
- supportChatUserID
- Type: SystemInt32
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: SystemNullableDateTime
Rooms changed since this time will be send. All pending support request will be send if null.
Return Value
Type:
SupportRoomsDataSee Also