Click or drag to resize
SupportRoomDataIsTaken Property
If true, this room is taken by current user, and can be kept in the list on client. New messages in this room will be send to client.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 10.0.0
Syntax
C#
public bool IsTaken { get; set; }

Property Value

Type: Boolean
See Also