Click or drag to resize

LeadManagerCommit Method (IEnumerableString, LeadState)

Commits the change of the "Lead" flag of the given list of visitors.

Namespace:  Dynamicweb.Analytics.Leads
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
protected virtual void Commit(
	IEnumerable<string> ids,
	LeadState state
)

Parameters

ids
Type: System.Collections.GenericIEnumerableString
Visitor IDs.
state
Type: Dynamicweb.Analytics.LeadsLeadState
Standard "Lead" flag.
See Also