Click or drag to resize
InsightInfoProviderUpdateHits Method (InsightInfo, DateTime, Int64)
Stores the value of the specified insight and comuptes the aggregated values.

Namespace: CMS.SocialMarketing
Assembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 9.0.0
Syntax
C#
public static void UpdateHits(
	InsightInfo insight,
	DateTime periodDateTime,
	long hits
)

Parameters

insight
Type: CMS.SocialMarketingInsightInfo
The insight to store the value for.
periodDateTime
Type: SystemDateTime
The local date and time that applies to the specified value.
hits
Type: SystemInt64
The value to store.
See Also