Click or drag to resize
ChatUserInfoProviderGetChatUserByUserID Method
Gets chat user by CMS User ID. Returns NULL if user was not found.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 9.0.0
Syntax
C#
public static ChatUserInfo GetChatUserByUserID(
	int userID
)

Parameters

userID
Type: SystemInt32
CMS user ID

Return Value

Type: ChatUserInfo
ChatUserInfo
See Also