ChatInitiatedChatRequestInfoProviderGetAllInitiateRequests Method |
Gets all active initiated chat request.
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 8.2.23
Syntax public static IEnumerable<InitiateChatRequestData> GetAllInitiateRequests(
bool byUser
)
Parameters
- byUser
- Type: SystemBoolean
If true, requests will be grouped by user (PK will be UserID). Otherwise it will be ContactID.
Return Value
Type:
IEnumerableInitiateChatRequestDataSee Also