ChatUserHelper GetChatUserFromCMSUser Method Kentico 8.0 API Reference
Overload List

  NameDescription
Public methodStatic memberGetChatUserFromCMSUser 
Gets chat user assigned to CURRENT CMSUser. If chat user does not exist, it is created with nickname set to FullName of CMSUser.
Public methodStatic memberGetChatUserFromCMSUser(UserInfo)
Gets chat user assigned to passed CMSUser. If chat user does not exist, it is created with nickname set to FullName of CMSUser.
Back to Top
See Also