Finds initiated chat request by user id or contact id. One of these has to be not null.
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- userID
- Type: System Nullable Int32
If not null, finds initiate request by user id
- contactID
- Type: System Nullable Int32
If not null, finds initiate request by contact id
Return Value
Type: ChatInitiatedChatRequestInfoChatInitiatedChatRequestInfo or null if the request was not found
See Also