Click or drag to resize

ReturningVisitorRule Class

Checks whether visitor is a returning visitor.
Inheritance Hierarchy
SystemObject
  Dynamicweb.Analytics.Profiles.RecognitionReturningVisitorRule

Namespace:  Dynamicweb.Analytics.Profiles.Recognition
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
[RecognitionRuleIdentityAttribute("Is returning visitor", Description = "Checks whether this is a returning visitor.")]
public class ReturningVisitorRule : IRecognitionRule

The ReturningVisitorRule type exposes the following members.

Constructors
  NameDescription
Public methodReturningVisitorRule
Initializes a new instance of an object.
Top
Properties
  NameDescription
Public propertyConstraint
Gets the constraint that corresponds to this rule.
Top
Methods
  NameDescription
Public methodApplyRule
Applies the recognition rule.
Public methodGetOperators
Get supported rule constraint operators
Top
See Also