Click or drag to resize
IChatSupportServiceSupportTakeRoom Method
Takes support room. After this call, new messages in this room won't be send to other users - only to the current one.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 10.0.0
Syntax
C#
ChatGeneralResponse SupportTakeRoom(
	int roomID
)

Parameters

roomID
Type: SystemInt32
Room ID to take

Return Value

Type: ChatGeneralResponse
See Also