Click or drag to resize
MessageData Class
Chat message.
Inheritance Hierarchy
SystemObject
  CMS.ChatMessageData

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 9.0.0
Syntax
C#
public class MessageData : IChatIncrementalCacheable

The MessageData type exposes the following members.

Constructors
  NameDescription
Public methodMessageData
Top
Properties
  NameDescription
Public propertyAuthorID
Author's ID.
Public propertyChangeTime
Change time of this object.
Public propertyIsRejected
True if message is rejected.
Public propertyLastModified
Date time of last modification of this message.
Public propertyMessageID
MessageID.
Public propertyMessageText
Text of a message. It is autmatically resolved if it is system message.
Public propertyNickname
Nickname of a sender.
Public propertyPostedTime
Posted datetime.
Public propertyRecipient
Nickname of a recipient.
Public propertyRecipientID
Recepient of this message. Null if it is a system message.
Public propertySystemMessageType
Type of this message.
Top
Methods
See Also