ActivityLogHelper GetActivityDependencyCacheKeys Method Kentico 8.0 API Reference
Gets cache keys which should be touched after batch of activities is inserted to the database.

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

contactIDs
Type: OnlineSystem.Collections.Generic IEnumerable OnlineInt32 
IDs of the contacts whose activities were created

Return Value

Type: OnlineList OnlineString 
List of cache dependencies which should be touched after inserting a batch of activities
See Also