ChatInitiatedChatRequestInfoProvider GetInitiateRequest Method (Nullable Int32 , Nullable Int32 )Kentico 8.0 API Reference
Finds initiated chat request by user id or contact id. One of these has to be not null.

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

Parameters

userID
Type: OnlineSystem Nullable OnlineInt32 
If not null, finds initiate request by user id
contactID
Type: OnlineSystem Nullable OnlineInt32 
If not null, finds initiate request by contact id

Return Value

Type: ChatInitiatedChatRequestInfo
ChatInitiatedChatRequestInfo or null if the request was not found
See Also