ChatUserInfoProviderGetChatUserInfo Method (String) |
Returns chat user with specified name.
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 8.2.23
Syntax public static ChatUserInfo GetChatUserInfo(
string userName
)
Parameters
- userName
- Type: SystemString
Chat user name.
Return Value
Type:
ChatUserInfoSee Also