Click or drag to resize

LeadManagerCommit Method (IEnumerableString, String)

Commits the change of the lead state 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,
	string state
)

Parameters

ids
Type: System.Collections.GenericIEnumerableString
Visitor IDs.
state
Type: SystemString
Lead state.
See Also