Click or drag to resize

VisitProfile Class

Provides information about profiles of the given visit.
Inheritance Hierarchy
SystemObject
  Dynamicweb.AnalyticsVisitProfile

Namespace:  Dynamicweb.Analytics
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public class VisitProfile : IVisitProfile

The VisitProfile type exposes the following members.

Constructors
  NameDescription
Public methodVisitProfile
Initializes a new instance of an object.
Public methodVisitProfile(VisitProfile)
Initializes a new instance of an object.
Top
Properties
  NameDescription
Public propertyEstimates
Gets or sets the collection of profile estimates.
Public propertyPrimary
Public propertyPrimaryProfile
Gets the reference to a primary profile.
Public propertySecondary
Public propertySecondaryProfile
Gets the reference to a secondary profile.
Top
Methods
  NameDescription
Public methodStatic memberParse
Parses the visit profiles by using the given visit.
Public methodToString
Returns a serialized version of this instance.
(Overrides ObjectToString.)
Top
Explicit Interface Implementations
Remarks