Click or drag to resize
ActivityLogHelperGetActivityDependencyCacheKeys Method

Note: This API is now obsolete.

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: 10.0.0
Syntax
C#
[ObsoleteAttribute("Activity cache invalidation is handled differently, there is no need to use this method anymore.")]
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