HitsInfoProviderGetAllHitsInfo Method (Int32, HitsIntervalEnum, String, DateTime) |
Returns all HitsInfo records for the specified time.
Site IDHits interval (hour, day, week, year)Statistics type (pageviews, downloads...)Time
Namespace: CMS.WebAnalyticsAssembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 13.0.131
Syntax public static DataSet GetAllHitsInfo(
int siteId,
HitsIntervalEnum interval,
string codeName,
DateTime time
)
Parameters
- siteId
- Type: SystemInt32
- interval
- Type: CMS.WebAnalyticsHitsIntervalEnum
- codeName
- Type: SystemString
- time
- Type: SystemDateTime
Return Value
Type:
DataSetSee Also