Click or drag to resize
SupportRoomsGetChangedSupportRooms Method
Gets room which needs support.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 9.0.0
Syntax
C#
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: SupportRoomsData
See Also