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