Click or drag to resize

LeadManagerEnqueue Method (String, LeadState)

Puts the given visitor into the queue.

Namespace:  Dynamicweb.Analytics.Leads
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public void Enqueue(
	string visitorID,
	LeadState state
)

Parameters

visitorID
Type: SystemString
Visitor ID.
state
Type: Dynamicweb.Analytics.LeadsLeadState
Standard "Lead" flag.
See Also