HitsInfoProvider.GetAllHitsInfoBetween 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.WebAnalyticsAssembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 13.0.131
Syntaxpublic static DataSet GetAllHitsInfoBetween(
int siteId,
HitsIntervalEnum interval,
string[] codeNames,
DateTime startTime,
DateTime endTime,
string columns
)
Parameters
- siteId
- Type: System.Int32
- interval
- Type: CMS.WebAnalytics.HitsIntervalEnum
- codeNames
- Type:System.String[]
- startTime
- Type: System.DateTime
- endTime
- Type: System.DateTime
- columns
- Type: System.String
Return Value
Type:
DataSet
See Also