HitLogProviderLogHit Method (String, String, String, String, Int32, Int32) |
Writes the hit log to the file.
Namespace: CMS.WebAnalyticsAssembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 12.0.0
Syntax public static void LogHit(
string codeName,
string siteName,
string culture,
string objectName,
int objectId,
int count
)
Parameters
- codeName
- Type: SystemString
Statistics codename - siteName
- Type: SystemString
Site name - culture
- Type: SystemString
Site culture code - objectName
- Type: SystemString
Object name - objectId
- Type: SystemInt32
Object ID - count
- Type: SystemInt32
Hit count
See Also