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

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 9.0.0
Syntax
C#
public static void SetChatUserInfo(
	ChatUserInfo userObj
)

Parameters

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