Click or drag to resize

VisitorEngagementRuleT Constructor (T, Int32)

Initializes a new instance of an object.

Namespace:  Dynamicweb.Analytics.Leads
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public VisitorEngagementRule(
	T criterion,
	int points
)

Parameters

criterion
Type: T
Rule criterion.
points
Type: SystemInt32
How many points does the visitor get for satisfying the given criterion.
Remarks