ChatUserInfoProviderGetChatUserByUserID Method |
Gets chat user by CMS User ID. Returns NULL if user was not found.
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 8.2.23
Syntax public static ChatUserInfo GetChatUserByUserID(
int userID
)
Parameters
- userID
- Type: SystemInt32
CMS user ID
Return Value
Type:
ChatUserInfoChatUserInfo
See Also