InitiatedChats GetInitiatedChatRequest Method Kentico 8.0 API Reference
Gets Initiated chat request by ContactID or UserID if exists. First it searches request by contactID, if request is found, it is returned. Then it searches by userID. If request is not found or was created before changedSince null is returned.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

contactID
Type: OnlineSystem Nullable OnlineInt32 
Request for this contact is searched. Ignored if null.
userID
Type: OnlineSystem Nullable OnlineInt32 
Request for this user is searched. Ignored if null.
changedSince
Type: OnlineSystem Nullable OnlineDateTime 
Last change this client received.

Return Value

Type: InitiateChatRequestData
See Also