Click or drag to resize
ChatRoomUserInfoProviderSetChatRoomUserInternal Method
Sets (updates or inserts) specified chat room user.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 9.0.0
Syntax
C#
protected virtual void SetChatRoomUserInternal(
	ChatRoomUserInfo userObj
)

Parameters

userObj
Type: CMS.ChatChatRoomUserInfo
Chat room user to be set.
See Also