Click or drag to resize
ChatUserHelperGetChatUserFromCMSUser Method
Gets chat user assigned to CURRENT CMSUser. If chat user does not exist, it is created with nickname set to FullName of CMSUser.

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

Return Value

Type: ChatUserInfo
Chat user
See Also