Click or drag to resize
ChatSupportServiceInitiateChatByUserID Method
Initiates chat with user identified by his UserID.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 9.0.0
Syntax
C#
public ChatGeneralResponse<SupportRoomData> InitiateChatByUserID(
	int userID
)

Parameters

userID
Type: SystemInt32
UserID to start chat with

Return Value

Type: ChatGeneralResponseSupportRoomData

Implements

IChatSupportServiceInitiateChatByUserID(Int32)
See Also