Click or drag to resize
ChatMessageInfoProviderSetInfo Method
Inserts or Updates the object to the database.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 12.0.0
Syntax
C#
protected override void SetInfo(
	ChatMessageInfo info
)

Parameters

info
Type: CMS.ChatChatMessageInfo
Object to insert / update
See Also