ChatNotificationInfoProviderGetUnreadNotificationsUntil Method |
Gets all unred notifications which arrived before passed time.
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 8.2.23
Syntax 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:
IEnumerableChatNotificationInfoSee Also