Click or drag to resize
HitsInfoProvider.GetAllHitsInfoBetween 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: System.Int32
interval
Type: CMS.WebAnalytics.HitsIntervalEnum
codeName
Type: System.String
startTime
Type: System.DateTime
endTime
Type: System.DateTime
columns
Type: System.String
culture (Optional)
Type: System.String
where (Optional)
Type: System.String

Return Value

Type: DataSet
See Also