Click or drag to resize

ChatEventItemConversation Property

Gets or sets the conversation this event belongs to.

Namespace: Compiled.EDD.Scripting
Assembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
Syntax
C#
public ChatConversationItem Conversation { get; set; }

Property Value

ChatConversationItem
Remarks
When setting the conversation to a different conversation:
- Sender must be a participant of the target conversation
- Parent will be set to
See Also