Click or drag to resize
ChatUserInfoProviderGetChatUserInfo Method (Int32)
Returns chat user with specified ID.

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

Parameters

userId
Type: SystemInt32
Chat user ID.

Return Value

Type: ChatUserInfo
See Also