Click or drag to resize
ChatNotificationInfoProvider.GetLastNotificationChanges Method
Gets times of last changed notifications for online users. Keys in dictionary are user's IDs and Values are times of last change.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 11.0.0
Syntax
C#
public static Dictionary<int, DateTime> GetLastNotificationChanges(
	int siteID
)

Parameters

siteID
Type: System.Int32
Site ID

Return Value

Type: Dictionary<Int32, DateTime>
See Also