Click or drag to resize
ChatInitiatedChatRequestInfoProviderGetChangedInitiateRequests Method
Gets requests which has changed (change of state or new message) since changedSince.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 9.0.0
Syntax
C#
public static IEnumerable<InitiateChatRequestData> GetChangedInitiateRequests(
	bool byUser,
	DateTime changedSince
)

Parameters

byUser
Type: SystemBoolean
If true, requests will be grouped by user (PK will be UserID). Otherwise it will be ContactID.
changedSince
Type: SystemDateTime
Request changed since this time will be returned

Return Value

Type: IEnumerableInitiateChatRequestData
See Also