| SupportRoomsGetChangedSupportRooms Method | 
            Gets room which needs support.
            
 
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 10.0.0
 Syntax
Syntaxpublic 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: 
SupportRoomsData See Also
See Also