Click or drag to resize
ChatInitiatedChatRequestHelperInitiateChatByUserID Method
Initiates chat with user. User can't be public user.

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

Parameters

userID
Type: SystemInt32
ID of user to initiate chat with.

Return Value

Type: SupportRoomData
Room which was created for this conversation.
See Also