Click or drag to resize
ChatMessageHelperInsertSystemMessage Method
Inserts system message to the room with default translation and optional params specified as args.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 9.0.0
Syntax
C#
public static void InsertSystemMessage(
	int roomID,
	ChatMessageTypeEnum messageType,
	params string[] args
)

Parameters

roomID
Type: SystemInt32
System message will be inserted to this room.
messageType
Type: CMS.ChatChatMessageTypeEnum
Type of system message
args
Type: SystemString
Arguments to insert into the message text at the placeholders ({0}, {1}, etc.)
See Also