Click or drag to resize

LeadManagerEnqueue Method (IEnumerableString, LeadState)

Puts the given visitors into the queue.

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

Parameters

visitorIDs
Type: System.Collections.GenericIEnumerableString
A list of visitor IDs.
state
Type: Dynamicweb.Analytics.LeadsLeadState
Standard "Lead" flag.
See Also