Click or drag to resize
ChatRoomInfoProviderSetInfo 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(
	ChatRoomInfo info
)

Parameters

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