ChatInitiatedChatRequestInfoProviderGetChangedInitiateRequests Method |
Gets requests which has changed (change of state or new message) since changedSince.
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 8.2.23
Syntax 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:
IEnumerableInitiateChatRequestDataSee Also