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.WebAnalyticsAssembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 13.0.131
Syntax 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:
DataSetSee Also