Click or drag to resize

LeadManagerEnqueue Method (String, String)

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,
	string state
)

Parameters

visitorID
Type: SystemString
Visitor ID.
state
Type: SystemString
Lead state.
See Also