Click or drag to resize
HitsInfoProviderGetAllHitsInfo Method (Int32, HitsIntervalEnum, String, String, String, String)
Returns all HitsInfo records. Site IDHits interval (hour, day, week, year)Statistics type (abvisit%, pageviews, downloads...) which is evaluated by LIKE operatorColumnsCultureAdditional where condition

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,
	string columns,
	string culture = "",
	string where = null
)

Parameters

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

Return Value

Type: DataSet
See Also