Click or drag to resize
ChatInitiatedChatRequestInfoInitiatedChatRequestContactID Property
Request is meant for contact with this ID. If it is null, UserID is used.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 8.2.23
Syntax
C#
public virtual Nullable<int> InitiatedChatRequestContactID { get; set; }

Property Value

Type: NullableInt32
See Also