Click or drag to resize
ChatNotificationInfoProviderGetUnreadNotificationsUntil Method
Gets all unred notifications which arrived before passed time.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 9.0.0
Syntax
C#
public static IEnumerable<ChatNotificationInfo> GetUnreadNotificationsUntil(
	int receiverID,
	DateTime untilWhen
)

Parameters

receiverID
Type: SystemInt32
Receiver of notifications
untilWhen
Type: SystemDateTime
Notifications arrived before this time

Return Value

Type: IEnumerableChatNotificationInfo
See Also