Click or drag to resize

RecognitionExpressionNodePoints Property

Gets or sets the amount of points that is given to the visitor if the corresponding rule is satistifed.

Namespace:  Dynamicweb.Analytics.Profiles.Recognition
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public int Points { get; set; }

Property Value

Type: Int32

Implements

IRecognitionExpressionEstimablePoints
Remarks
This property has no effect if the node is a member of a group. The group points are taken into consideration in this case.
See Also