Click or drag to resize
ActivityLogHelperGetActivityDependencyCacheKeys Method
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: 9.0.0
Syntax
C#
public static List<string> GetActivityDependencyCacheKeys(
	IEnumerable<int> contactIDs
)

Parameters

contactIDs
Type: System.Collections.GenericIEnumerableInt32
IDs of the contacts whose activities were created

Return Value

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