Click or drag to resize
LogRecord Class
Representation of the one record (one row) from the analytics log file.
Inheritance Hierarchy
SystemObject
  CMS.WebAnalyticsLogRecord

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 9.0.0
Syntax
C#
public class LogRecord

The LogRecord type exposes the following members.

Constructors
  NameDescription
Public methodLogRecord
Top
Properties
  NameDescription
Public propertyCodeName
Code name of the log.
Public propertyCulture
Culture.
Public propertyHits
Number of hits.
Public propertyLogTime
Time when the logged record occurred.
Public propertyObjectId
Object ID.
Public propertyObjectName
Conversion name.
Public propertySiteName
Site name where conversion occurred.
Public propertyValue
Total value.
Public propertyValuesSet
List of hits values.
Top
See Also