Click or drag to resize
ChatUserHelperGetChatUserFromCMSUser Method (UserInfo)
Gets chat user assigned to passed 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(
	UserInfo user
)

Parameters

user
Type: CMS.MembershipUserInfo
CMS User

Return Value

Type: ChatUserInfo
Chat user
See Also