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

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

Parameters

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