Click or drag to resize
ChatInitiatedChatRequestInfoProviderGetAllInitiateRequests Method
Gets all active initiated chat request.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 9.0.0
Syntax
C#
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: IEnumerableInitiateChatRequestData
See Also