| ActivityLogHelperGetActivityDependencyCacheKeys Method  | 
            Gets cache keys which should be touched after batch of activities is inserted to the database.
            
 
Namespace: CMS.WebAnalyticsAssembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 8.2.23
Syntaxpublic static List<string> GetActivityDependencyCacheKeys(
	IEnumerable<int> contactIDs
)
Parameters
- contactIDs
 - Type: System.Collections.GenericIEnumerableInt32
IDs of the contacts whose activities were created 
Return Value
Type: 
ListStringList of cache dependencies which should be touched after inserting a batch of activities
See Also