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.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- contactID
- Type: System Nullable Int32
Request for this contact is searched. Ignored if null.
- userID
- Type: System Nullable Int32
Request for this user is searched. Ignored if null.
- changedSince
- Type: System Nullable DateTime
Last change this client received.
Return Value
Type: InitiateChatRequestDataSee Also