Click or drag to resize

TrackerResult Class

Represents visitor tracking result.
Inheritance Hierarchy
SystemObject
  Dynamicweb.AnalyticsTrackerResult

Namespace:  Dynamicweb.Analytics
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public class TrackerResult : IVisitorTrackerResult

The TrackerResult type exposes the following members.

Constructors
  NameDescription
Public methodTrackerResult(Boolean)
Initializes a new instance of an object.
Public methodTrackerResult(Boolean, Visit)
Initializes a new instance of an object.
Top
Properties
  NameDescription
Public propertyIsBot
Gets or sets the reference to the Visitor object that corresponds to the tracked visitor.
Public propertySuccess
Gets value indicating whether tracking succeeded.
Top
Remarks