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

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

Parameters

userID
Type: SystemInt32
UserID to start chat with

Return Value

Type: ChatGeneralResponseSupportRoomData
See Also