Click or drag to resize
ChatNotificationInfoProviderGetLastNotificationChanges 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: 9.0.0
Syntax
C#
public static Dictionary<int, DateTime> GetLastNotificationChanges(
	int siteID
)

Parameters

siteID
Type: SystemInt32
Site ID

Return Value

Type: DictionaryInt32, DateTime
See Also