| 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
)
Public Sub New (
criterion As T,
points As Integer
)
Parameters
- criterion
- Type: T
Rule criterion. - points
- Type: SystemInt32
How many points does the visitor get for satisfying the given criterion.
Remarks See Also