Creates new ChatMessage info from the specified parameters. This message is not whisper.
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- messageText
- Type: System String
Message text
- roomID
- Type: System Int32
Room id
- chatUserID
- Type: System Nullable Int32
Sender of this message (null if message is system).
- systemMessageType
- Type: CMS.Chat ChatMessageTypeEnum
Type of this message
Return Value
Type: ChatMessageInfoChatMessageInfo with properties set. ReceipientID is null.
See Also