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

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

Parameters

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

Return Value

Type: DataSet
See Also