Click or drag to resize
HitsInfoProviderGetAllHitsInfo Method (Int32, HitsIntervalEnum, String, DateTime)
Returns all HitsInfo records for the specified time and categories. Site IDHits interval (hour, day, week, year)Statistics type (pageviews, downloads...)Time

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 9.0.0
Syntax
C#
public static DataSet GetAllHitsInfo(
	int siteId,
	HitsIntervalEnum interval,
	string[] codeNames,
	DateTime time
)

Parameters

siteId
Type: SystemInt32
interval
Type: CMS.WebAnalyticsHitsIntervalEnum
codeNames
Type: SystemString
time
Type: SystemDateTime

Return Value

Type: DataSet
See Also