Click or drag to resize
HitsInfoProviderGetAllHitsInfoBetween Method (Int32, HitsIntervalEnum, String, DateTime, DateTime, String)
Returns all HitsInfo records for the specified time and categories. Site IDHits interval (hour, day, week, year)Statistics type (abvisit%, pageviews, downloads...) which is evaluated by LIKE operatorStart dateEnd dateColumns

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

Parameters

siteId
Type: SystemInt32
interval
Type: CMS.WebAnalyticsHitsIntervalEnum
codeNames
Type: SystemString
startTime
Type: SystemDateTime
endTime
Type: SystemDateTime
columns
Type: SystemString

Return Value

Type: DataSet
See Also