ChatUserInfoProviderSetChatUserInfoInternal Method |
Sets (updates or inserts) specified chat user.
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 8.2.23
Syntax protected virtual void SetChatUserInfoInternal(
ChatUserInfo userObj
)
Parameters
- userObj
- Type: CMS.ChatChatUserInfo
Chat user to be set.
See Also