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

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 13.0.131
Syntax
C#
public static DataSet GetAllHitsInfoBetween(
	int siteId,
	HitsIntervalEnum interval,
	string codeName,
	DateTime startTime,
	DateTime endTime,
	string columns,
	string culture = "",
	string where = null
)

Parameters

siteId
Type: SystemInt32
interval
Type: CMS.WebAnalyticsHitsIntervalEnum
codeName
Type: SystemString
startTime
Type: SystemDateTime
endTime
Type: SystemDateTime
columns
Type: SystemString
culture (Optional)
Type: SystemString
where (Optional)
Type: SystemString

Return Value

Type: DataSet
See Also