ChatHelper GetCMSDeskChatUserField Method Kentico 8.1 API Reference
Overload List

  NameDescription
Public methodStatic memberGetCMSDeskChatUserField(Control, ChatUserInfo)
Gets string representation which can be used to display chat user in CMS Desk. If user is not anonymous, returned string is a HTML code which contains anchor to open user's details in new window. If user is anonymous, returned string will be simply his nickname. Nickname will be always HTML encoded.
Public methodStatic memberGetCMSDeskChatUserField(Control, Int32, String, Boolean)
Gets string representation which can be used to display chat user in CMS Desk. If user is not anonymous, returned string is a HTML code which contains anchor to open user's details in new window. If user is anonymous, returned string will be simply his nickname. Nickname will be always HTML encoded.
Back to Top
See Also