ChatRoomUserInfoProviderSetChatRoomUser Method |
Sets (updates or inserts) specified chat room user.
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 8.2.23
Syntax public static void SetChatRoomUser(
ChatRoomUserInfo userObj
)
Parameters
- userObj
- Type: CMS.ChatChatRoomUserInfo
Chat room user to be set.
See Also