ChatInitiatedChatRequestInfoProviderGetInitiateRequest Method (NullableInt32, NullableInt32) |
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.2.23
Syntax public static ChatInitiatedChatRequestInfo GetInitiateRequest(
Nullable<int> userID,
Nullable<int> contactID
)
Parameters
- userID
- Type: SystemNullableInt32
If not null, finds initiate request by user id - contactID
- Type: SystemNullableInt32
If not null, finds initiate request by contact id
Return Value
Type:
ChatInitiatedChatRequestInfoChatInitiatedChatRequestInfo or null if the request was not found
See Also