HitsInfoProviderGetHitsInfo Method (Int32, HitsIntervalEnum) |
Returns the HitsInfo structure for the specified hits.
Namespace: CMS.WebAnalyticsAssembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 13.0.131
Syntax public static HitsInfo GetHitsInfo(
int hitsId,
HitsIntervalEnum interval
)
Parameters
- hitsId
- Type: SystemInt32
Hits id - interval
- Type: CMS.WebAnalyticsHitsIntervalEnum
Hits interval enumerator
Return Value
Type:
HitsInfoSee Also