Click or drag to resize
ChatNotificationDataIsOneToOne Property
Indicates type of invitation - conversation is true, private room is false

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 9.0.0
Syntax
C#
public Nullable<bool> IsOneToOne { get; set; }

Property Value

Type: NullableBoolean
See Also